vimrc for FreeBSD
Sunday, January 14th, 2007Default 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.
Recent Comments