Vim Tips
Basic
Visual selection mode: V (line selection), v (character selection) ou Ctrl+v (block selection)
Enable mouse: :set mouse=a (useful for visual selection and reading :help)
Go to definition: gD (only for definitions in the same file)
Auto-completion: Ctrl+p
Split Windows
Split this window: :split
Selecting windows: Ctrl+w, directional arrow
Closing split: :q
Plugins
Most plugins are installed just by dropping them on your ~/.vim/ftplugin
Python Code Folding: f (toggle this folding) and F (toggle all folds). Shift+e to run your code through the Python interpreter.
Tag List (Code Browser / Class Browser): press F8 to toggle it, then to F1 see help
Easter eggs
:help 42
blog