Vim: Difference between revisions

From ConShell
Jump to navigation Jump to search
(Used the VimTip Interwiki.)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TRADS}}
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.
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 =
== Useful Vim tips ==
* [[VimTip:144|Using the 'record' mode of Vim.]]
* [[VimTip:144|Using the 'record' mode of Vim.]]
* [[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]
* [http://www.steve.org.uk/Reference/vim/home.html vim tips & tricks] --awesome! --[[User:Delimiter|Delimiter]] 10:47, 11 March 2011 (PST)
{{BADS}}

Latest revision as of 14:47, 11 March 2011

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