I will sometimes use vim commands like ':set lbr' or ':set spell'. But how do I turn them off after they've been activated?
|
feedback
|
|
You can prepend
You can also append
You might combine this with appending a
| |||||
|
feedback
|
|
try
or
| |||||
feedback
|
|
Do them as one word,
and
You can also toggle with an exclamation point:
will turn it on if it's off, and off it's on. See | |||
|
feedback
|