vi2
{replay:example}
DOS Line Breaks | Insert line break on command line
|
Navigation | 55r # 55 columns to the right 20l # 20 columns to the left !1000 # go to column 1000 :20 # go to line 20 |
File Open At Position | vi <file> +<line nr> |
Vim Modelines | Enable them in ~/.vimrc with
Examples:
To re-indent all press
More hints: http://vim.wikia.com/wiki/Modeline_magic |
Vim Addon Manager | apt-get install vim-nox # ensures scripting support apt-get install vim-addon-manager |
Vim Enable Mouse Cursor Moving | set mouse=a |