Vim
m (Robot: Adding Category:How-To) |
|||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | Vim is an improved version of | + | Vim is an improved version of vi, should be fully compatible with the good old vi software although some options might make it incompatible. |
vim on redhat plainly sux cause they have been too lazy to offer a cool default vimrc. So I scped the debian one and put it in my user dir (file vimrc o+r). | vim on redhat plainly sux cause they have been too lazy to offer a cool default vimrc. So I scped the debian one and put it in my user dir (file vimrc o+r). | ||
| Line 15: | Line 15: | ||
Happy viming :o) | Happy viming :o) | ||
| + | |||
| + | My vimrc amd related plugins (cvs etc) is available at http://dl.aulinx.de/vim.tar.bz2, untar it in your home dir and you're set. Already installed these defaults in /root on browne and coronelli. -- [[User:Gwicke|Gwicke]] 10:55, 24 Jun 2004 (UTC) | ||
| + | |||
| + | [[Category:How-To]] | ||
Latest revision as of 21:40, 28 November 2005
Vim is an improved version of vi, should be fully compatible with the good old vi software although some options might make it incompatible.
vim on redhat plainly sux cause they have been too lazy to offer a cool default vimrc. So I scped the debian one and put it in my user dir (file vimrc o+r).
You can copy this file in your ~/ , eventually edit it to add / comment options.
To get this options loaded by vim everytime you launch it, the easiest solution is to create an alias in your .bashrc file :
# load a customized vim alias vim = 'vim -u ~/vimrc' # replace vi alias vi = 'vim -u ~/vimrc'
Happy viming :o)
My vimrc amd related plugins (cvs etc) is available at http://dl.aulinx.de/vim.tar.bz2, untar it in your home dir and you're set. Already installed these defaults in /root on browne and coronelli. -- Gwicke 10:55, 24 Jun 2004 (UTC)