vundle - vim - Why is the <Leader> key not working?
PHP中文网
PHP中文网 2017-05-16 16:39:51
0
2
827

The system is Ubuntu. Use vundle to install bufexplorer, vim-buffergator and other vim plug-ins. Use ¥be or ¥b No response, it must be that the <Leader> key¥ does not work. I wonder if I should bind it in ~/.vimrc OK, I have never encountered this situation on Ubuntu or CentOS before.

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
曾经蜡笔没有小新

Configuration needs to be added in

~/.vimrc:

vimlet mapleader = ","
let g:mapleader = ","

If you don’t configure it, where does the default <Leader>键为键,另外吐槽一下,题主你的 key come from...Why is there not one on my keyboard...

曾经蜡笔没有小新

Put <leader> 先修改成其他字符试试,如,;

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!