There are several Vim settings I love, but are too annoying to always enable. For example:
set relativenumber– annoying when scrollingset list– distracting when you don’t need it
What is a concise leader mapping to toggle a generic Vim setting?
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 have two ways, as described in the help:
Either
Or
Will do the same.