Besides F1, F2, F3, (Ctrl + Fs and so on), which are good (available) keys to create custom commands on Vim?
Some plugins use , and \. For instance, \be and ,cc. Which are other good available keys to create custom commands on Vim?
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.
I’m a fan of using
<Leader>in all my custom maps. That way I can easily avoid stomping on default mappings, and I can quickly change mymapleaderwhenever I want/need to.