Vim Spellcheck Cheat Sheet
February 15, 2025 —
Nico Cartron
Doing this for me, but might be useful for others:
Command | What it does |
`:set spell spelllang=en_gb` | Enables Spell check (UK English in that case) |
`:set nospell` | Disables Spell check |
`]s` | Moves to the next misspelt word |
`[s` | Moves to the previous misspelt word |
`z=` | Lists the suggested alternative words |
`zw` | Adds the selected word to Vim's dictionary |
Tags: IT