Last Updated: February 25, 2016
·
1.526K
· glauco

Changing the keybinding used to autocomplete in Vim?

Since I'm not a big fan of Ctrl-n for autocompletion, I just remapped it to Ctrl-Space adding the following line to my .vimrc:

inoremap <C-Space> <C-n>