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 Comments + Add Comment
Got anything to say? Go ahead and leave a comment!
Categories
- Bioinformatics (1)
- 當我們同宅一起 (12)
- Family (16)
- Footprints + Diary (150)
- 2005 Summer Road Trip (9)
- 2005 X'Mas Seattle (8)
- 2006 Summer (14)
- 2006 Winter Caribbean (1)
- College (Mesa) (2)
- College (UCSD) (23)
- High School (US) (2)
- Recreation (8)
- Fun+Humor (32)
- Interests (10)
- IT (98)
- recipe (1)
- Reflection (37)
- Server Diary (37)
- ffmud.net (1)
- lmj.tw (3)
- slicehost (1)
- tarotoast.com (11)
- twfamily.org (2)
- tworz.org (1)
- software (1)

Posted under:
Thanks for this tip!
Thanks, this is exactly what I needed.