Vim: Difference between revisions

From ConShell
Jump to navigation Jump to search
m (Added a link to tip 1500)
Line 4: Line 4:
* [http://www.vim.org/tips/tip.php?tip_id=144 Using the 'record' mode of Vim.]
* [http://www.vim.org/tips/tip.php?tip_id=144 Using the 'record' mode of Vim.]
* [http://vim.sourceforge.net/tips/tip.php?tip_id=83 How to indent a range of source code]
* [http://vim.sourceforge.net/tips/tip.php?tip_id=83 How to indent a range of source code]
* [http://www.vim.org/tips/tip.php?tip_id=1500 By default, when opening files in Mac OS X, a new vim window is opened. This shows you how to have only one window.]


= Links =
= Links =
* [http://www.vim.org Home Page]
* [http://www.vim.org Home Page]
* [http://www.tuxfiles.org/linuxhelp/vimcheat.html A nice list of VIM commands]
* [http://www.tuxfiles.org/linuxhelp/vimcheat.html A nice list of VIM commands]

Revision as of 14:29, 24 March 2007

Vim is one of the greatest editors out there. It is improved clone of Bill Joy's vi (Visual Editor) originally written for the amiga and later ported to many other OS's.

Useful Vim tips

Links