Name: VIM 2010-10-21 9:50
Hy guyz,
i am trying to add autocompletion to vim. I want to show list of possible function names every time I press some key.
For example I want to get list like:
printf
printing
etc
when I am writing pr
There is a shortcut for it (CTRL+N or CTRL+P) but i dont know how to add it to .vimrc.
Anyone with great idea?
i am trying to add autocompletion to vim. I want to show list of possible function names every time I press some key.
For example I want to get list like:
printf
printing
etc
when I am writing pr
There is a shortcut for it (CTRL+N or CTRL+P) but i dont know how to add it to .vimrc.
Anyone with great idea?