3625 shaares
67 liens privés
67 liens privés
Petit pense-bête pour l'auto-complétion dans Vim (ou NeoVim).
Merci @hyde !
What can you autocomplete ? Numerous things:
- Words in the thesaurus CTRL-X CTRL-T
- Words in the dictionary CTRL-X CTRL-K
- Spelling completion CTRL-X s
- Whole lines using CTRL-X CTRL-L
- Words in the current buffer CTRL-X CTRL-N
- Filename CTRL-X CTRL-F
- Tags CTRL-X CTRL-]
- Definitions or macros CTRL-X CTRL-D
- User defined completion CTRL-X CTRL-U
- Keywords in ‘complete’ CTRL-N