tags:

views:

473

answers:

8

As I don't use vi all that much and certainly not for my primary editor, I can't remember any of the vi commands. Does anyone have a recommendation for a quick start guide or command summary?

+2  A: 

type vim-tutor

Dustin Getz
Vim is unfortunately not the only vi clone in use.
crosstalk
Vim's documentation is extremely well-written and points out every time something works different to vi (or "compatibility mode").
Dave Vogt
+4  A: 
Federico Ramponi
Ah yes, the ... what the hell is that thing?... book.
Bill the Lizard
LOL, they must have got out of known animals some years ago, so probably they resorted to a zoology text :D
Federico Ramponi
Federico Ramponi
I like very much the 7th Edition, has great chapters about Vim... http://tinyurl.com/5fjajp
CMS
@Frederico: WTH?? Those things are scary looking. Like wingless bats or something. :)
Bill the Lizard
The animal on the cover is a Tarsier, a nocturnal mammal related to the lemur...
CMS
+3  A: 

A good cheat sheet you can print out is here: http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html

Greg Hewgill
A: 

Excellent book, and links in other answers. If you are in Vim, don't forget the old faithful:

<ESC>:he<Return>
Ali A
+14  A: 
CMS
+1  A: 

I started to use vi recently. One way to get references is to bookmark some commonly used commands:

I added some links like those to my foxmarks so that I can sync these links at home and work.

David.Chu.ca
your top link is wrong
Dustin Getz
+2  A: 

http://www.vim.org/htmldoc/

It is a html version of the help also available from vim itself with the :help command.

Svante
A: 

I've been using this vi reference: http://www.digitahsystems.com/vi_ref.html