Difference between revisions of "Vim"

From HalfgeekKB
Jump to navigation Jump to search
 
Line 1: Line 1:
First, a [[working .vimrc]].
+
First, a [[working .vimrc]]. My .vimrc does most or all of the keyboard mapping work necessary to make insert mode operate correctly using normal keys (arrows, home, end, backspace, ''et cetera'') instead of freaking out.
 +
 
 +
=Cheat sheets=
 +
 
 +
If these pages vanish from the web, I've also seen them in the [[Wayback Machine]], so no worries.
 +
 
 +
* [http://www.worldtimzone.com/res/vi.html Vim cheatsheet]
 +
* [http://www.fprintf.net/vimCheatSheet.html Another vim cheatsheet]

Revision as of 12:06, 2 June 2005

First, a working .vimrc. My .vimrc does most or all of the keyboard mapping work necessary to make insert mode operate correctly using normal keys (arrows, home, end, backspace, et cetera) instead of freaking out.

Cheat sheets

If these pages vanish from the web, I've also seen them in the Wayback Machine, so no worries.