I downloaded this vimrc file.
It contains entries for mapping comma seperated keys to certain commands.
ie:
map ,e :e <C-R>=expand("%:p:h") . "/" <CR>
What i can’t figure out is how to run these commands in Vim.
How to i run “,e”?
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.
You would just type
,and thene. To verify that it’s actually being mapped, you can use the command:map ,e.