Get in touch

Send an email to: lammers@gmail.com.
Or find me online at: Github, X

Spell checking

To enable spell checking in a local buffer use the following command:

:setlocal spell spelllang=en_us

The following bindings can be used to effectively work with the spell checker:

  • ]s Go to the next misspelled word
  • [s Go to the previous misspelled word
  • z= Show the list with spelling suggestions
  • zg Add word under cursor to dictionary