1

I am using Ubuntu now.

I used vundle installed bufexplorer and vim-buffergator plugin for vim. But when I type ¥be or ¥b, the <Leader> key ¥ not working in the vim editor. Is it necessary to set something in the ~/.vimrc file?

I didn't meet this problem until now, even I used Ubuntu or CentOS before.

4

2 回答 2

1

检查映射是否已通过以下方式实际定义:

:verbose nmap <Leader>b

这还将显示<Leader>密钥配置为哪个密钥。如果没有输出,请检查插件是否已正确安装(:scriptnames列出插件脚本的输出、:BufExplorer可用的命令等)

于 2015-04-08T07:59:06.250 回答
0

vim-buffergator解释中提到的冲突bufexplorer

来自https://github.com/jeetsukumaran/vim-buffergator

[注意:如果您安装了其他具有以“<Leader>b”开头的键映射的插件(例如,BufExplorer,它使用“<Leader>bs”、“<Leader>bv”等),那么您可以在输入默认的“<Leader>b”来启动 Buffergator 时,请注意稍有延迟或滞后。在这种情况下,您应该为 Buffergator 或 BufExplorer 使用另一个键盘映射。]

于 2015-04-07T16:50:42.687 回答