- [[: Go to the beginning of block
- ]]: Go to the end of block
- ]v: Select the current block
- ]<: Shift the block to left
- ]>: Shift the block to right
- ]#: Comment the selection
- ]u: Uncomment the selection
- ]c: Select the current/previous class
- ]f: Select the current/previous function
- ]: Jump to the previous line with the same/lower indentation
- ]: Jump to the next line with the same/lower indentation
Above navigations needs python plugin to work: http://www.vim.org/scripts/script.php?script_id=30
