My VimRC
March 1st, 2007 by Anthony Curreri
That’s right, I use VI, not EMACS! Here’s my .vimrc:
set nocompatible
set tabstop=2
set visualbell
That tabstop bit is magic.
I added the following to my vimrc on Windows (GVIM)
file: C:\Program Files (x86)\Vim\_vimrc
set smartindent
set autoindent
set expandtab
set tabstop=2
set softtabstop=2
set shiftwidth=2
set cinkeys=0{,0},:,0#,!,!^F
set nocompatible
set visualbell
If you found this helpful, help me by checking out the ads on the right. Thank you!
Link to this post! Copy and paste this code into your blog or website:
<a href="http://www.mailbeyond.com/my-vimrc"> My VimRC </a>
One Response to “My VimRC”

You’re the anti-EMACS!!! I rebuke you!!!!
j/k!
Rene