Spelling
Here are some useful commands and bindings for making use of vim's spell checking:
:set spellenables spelling checking]sand[snavigates between misspelled wordsz=brings up a list of suggestions to replace a misspelled word
Calling z= with a count (i.e. 1z=) will select that suggestion without prompting.
Source: :h spell
Last updated
Was this helpful?