Some useful vimtips
This is the very incomplete list of vim tips I personally have found useful:
| C-N | Autocomplete in insert mode forward |
| C-P | Autocomplete in insert mode backward |
| C-X C-L | Line complete |
| C-R C-W | Pull cword onto search/command line |
| C-R C-A | Pull 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:
:tj [tagname]
g CTRL-] with the cursor positioned on the tag.
CTRL-w g CTRL-] jumps to the tag in a new window.
From: http://www.8t8.us/vim/vim.html
Sources: