-
-
Notifications
You must be signed in to change notification settings - Fork 2
4.3. Spelling And Autocompletion
shinokada edited this page Feb 2, 2014
·
1 revision
<Local leader>K # \K
q # to quit
# insert mode
<c-x><c-f>
# normal mode
:e <tab>
<c-x><c-n> # word completion from the existing words in the current file
<c-x><c-l> # line completion
<c-x><c-f> # file name completion
<c-x><c-k> # dictionary word completion. Need to set dictionary+=/usr/share/dict/words in .vimrc
<c-x><c-t> # to display thesaurus
:set spell spelllang=en_us
:set nospell
# move to a missspelled word
]s # or [s
# get a list of suggestion
z=
# add to your dictionary
zg
Important: The Tables of Content are generated. Any change will be overridden on the next update.
For more information: GitHub Wikifier