VIM

TwitterFacebook
Get flash to fully experience Pearltrees
Vim is available for many different systems and there are several versions. This page will help you decide what to download. Versions before 7.3 can also be obtained with Subversion and CVS .

VIM.org

http://www.vim.org/download.php#pc

VIM Cheat Sheet

Cursor movement h - move left j - move down k - move up l - move right w - jump by start of words (punctuation considered words) W - jump by words (spaces separate words) e - jump to end of words (punctuation considered words) E - jump to end of words (no punctuation) b - jump backward by words (punctuation considered words) B - jump backward by words (no punctuation) 0 - (zero) start of line ^ - first non-blank character of line $ - end of line G - Go To command (prefix with number - 5G goes to line 5) Note: Prefix a cursor movement command with a number to repeat it. For example, 4j moves down 4 lines. http://www.worldtimzone.com/res/vi.html
http://bullium.com/support/vim.html

Vim Commands Cheat Sheet

How to Exit Editing a File Inserting Text