Set Complete
When in Insert mode, you can trigger completion for a word by using CTRL-P
. This cycles forward through the list of matches -- CTRL-N
goes backwards. The documentation for the complete
(:help 'complete'
) has options for configuring the behaviour of these commands, and I also wrote about it in Vim 101…