Vim Unset or Toggle a Boolean Option
There are a bunch of ways to toggle a boolean option in Vim. An example of a boolean option is number that shows line numbers when set or expandtab that inserts spaces instead of the tab character (\t). Setting them is simple: How can we unset or toggle them quickly? Well if you just want […]