Spell Check with Vim
Turn on spell-check with :set spell
.
Navigate with ]s
and [s
.
Show suggestions with z=
.
Pick a number or leave blank to cancel.
Turn spell-check off again :set nospell
.
Turn on spell-check with :set spell
.
Navigate with ]s
and [s
.
Show suggestions with z=
.
Pick a number or leave blank to cancel.
Turn spell-check off again :set nospell
.