Tip 114: Autocomplete Words from the Dictionary
Return to the top: <<Practical Vim>>
-
triggered by
<C-x><C-k>
References:
# If you open the file in vim, # then you can \"ayy@a the next line to execute the vim command: :h compl-dictionary
-
supply Vim with word list:
-
enable Vim's spell checker:
:set spell
- use the 'dictionary' option
-
enable Vim's spell checker:
References:
# If you open the file in vim, # then you can \"ayy@a the next line to execute the vim command: :h 'dictionary'