Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Vim 新手,目前在新安装的 OSX 10.7 上的 MacVim 中遇到我的 Leader 密钥问题。
我尝试将 Leader 键重新映射到“,”,使用
让 mapleader=","
(在我的 .vimrc 文件中,在它的最顶部),增加了超时(到 10000 毫秒)。我也激活了
设置显示命令
看看它是否会着火——但它不会。
:详细地图,
有趣的是,报告“没有找到映射”。
问题已解决 - 这是我全新安装的所有内容,只是停用了文件类型插件。因此,根本没有映射。
我通过添加重新激活了文件类型插件
filetype plugin on
到我的.vimrc档案。
.vimrc