Archive for January 14th, 2007

vimrc for FreeBSD

Sunday, January 14th, 2007

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.

All Rights Reserved Copyright © 2008 Design by StyleShout and Clazh