Vim Spelling Shortcuts
This week I’ve published a Vim plugin for swiftly replacing a misspelled word with first suggested correction, for example to correct a misspelled word previous to the cursor position…
<Leader>sp
… or first spelling correction for next word…
<Leader>sn
Check the documentation for detailed getting started and usage instructions, the source code is available on GitHub.