vimrc for FreeBSD

Default behavior of FreeBSD’s vim is retarded. To get Linux behavior and some other features, append the following text into ~/.vimrc:

set nocompatible
set backspace=indent,eol,start
set autoindent
set number
set nowrap
set nobackup
set ruler
syntax on

Now it behaves like what you think it should.

2 Responses to “vimrc for FreeBSD”

  1. OlDer Says:

    Thanks for this tip!

  2. hef Says:

    Thanks, this is exactly what I needed.

Leave a Reply

All Rights Reserved Copyright © 2008 Design by StyleShout and Clazh