Vim: Difference between revisions

From ConShell
Jump to navigation Jump to search
(Used the VimTip Interwiki.)
No edit summary
Line 5: Line 5:
* [[VimTip:83|How to indent a range of source code]]
* [[VimTip:83|How to indent a range of source code]]
* [[VimTip: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.]]
* [[VimTip: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.]]
 
* [http://vim.wikia.com/wiki/Search_and_Replace_All_Buffers Search and replace in all buffers.]
= 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 20:52, 9 August 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