Kitaab

Vim tricks

kendrit vim tip

published 2020-10-01 19:06

updated 2023-03-15 15:17

Screen: H (top of screen), M (middle of screen), L (bottom of screen)

taken from: https://missing.csail.mit.edu/2020/editors/

Spelling

{{{vim set spelllang=en }}}

In config to activate spell checking

  • [s previous spelling error
  • ]s next spelling error
  • zg add to dictionary
  • z= Correct spelling (also may use 1z= to select the first option)
  • In normal mode <C-x> s choose correct spelling