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?
|
There are several Vim settings I love, but are too annoying to always enable. For example:
What is a concise leader mapping to toggle a generic Vim setting? |
|||||||||
|
|
You have two ways, as described in the help:
Either
Or
Will do the same. |
|||
|
|
|
Toggle options by appending For example, to toggle
|
|||||
|