Some useful vimtips

This is the very incomplete list of vim tips I personally have found useful:

C-NAutocomplete in insert mode forward
C-PAutocomplete in insert mode backward
C-X C-LLine complete
C-R C-WPull cword onto search/command line
C-R C-APull CWORD onto search/command line

Tags

If there is more than one result, it presents a list of matches, otherwise it jumps straight to the result. Ways to invoke this are:

From: http://www.8t8.us/vim/vim.html

Sources: