Mail Beyond Logo
Posts
Comments

My VimRC

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”

  1. on 02 Mar 2007 at 2:43 am supercheetah

    You’re the anti-EMACS!!! I rebuke you!!!!

    j/k!

    Rene

Leave a Reply