Just trying to remap the command to open bufferexplorer (\be) with the shorter version (\b).
My try is:
map <leader>b <ESC><leader>be<CR>
Needless to say, this does not work. Any help?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The original command itself is likely just a mapping to a command line mode command. I looked up the
\bein BufExplorer’s help and it says an alternative way of invoking would be:BufExplorer. So try the following:Or maybe
nmapinstead ofmapdepending on your needs.