Question

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?

Was it helpful?

Solution

This is the best to keep in your desk, full of coffee works great :-)

Vi Mug

The Mug of Vi References

I also like the VI Editor Pocket Reference book.

OTHER TIPS

Learning the vi editor by Arnold Robbins and Linda Lamb

alt text

A little companion for quick reference (by A. Robbins) is also available.

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

type vim-tutor

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

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

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.

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

<ESC>:he<Return>

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top