Vim: Difference between revisions

From ConShell
Jump to navigation Jump to search
(new page)
 
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Here is a good tip about using the 'record' mode of Vim.
{{TRADS}}
http://www.vim.org/tips/tip.php?tip_id=144
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 ==
* [[VimTip:144|Using the 'record' mode of Vim.]]
* [[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.]]
* [http://vim.wikia.com/wiki/Search_and_Replace_All_Buffers Search and replace in all buffers.]
= Links =
* [http://www.vim.org Home Page]
* [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