vimrc for FreeBSD

Jan 14, 2007 by     2 Comments    Posted under: BSD+Linux

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 Comments + Add Comment

  • Thanks for this tip!

  • Thanks, this is exactly what I needed.

Got anything to say? Go ahead and leave a comment!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>