💾 Archived View for gemini.ctrl-c.club › ~nristen › mht-vim.gmi captured on 2023-01-29 at 03:42:26. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
To turn on spell checking for all buffers:
:set spell spelllang=en_us
To turn on spell checking for only the local buffer:
:setlocal spell spelllang=en_us
Turn off spell checking:
:set nospell
When the cursor is on a mispelled word, use "z=" to see suggestions.
"]s" jump to the next mispelling
"[s" jump to previous mispelling
Add the word that the cursor is on to the internal word list:
zG
:put=range(1,20)