Monday, April 07, 2008

vim tips about spell check

Spell checking is quite simplified after vim 7.0. I try to list some mostly used spell check functions. (Spellchecker is the integrated tool in vim 7.0, before that, script Spellchecker should be installed seperately.)

z= check the suggested word for the current marked wrong word

]s move to the next wrong word

zg add the word under cursor to the user dictionary

No comments: