Search
Tweets
Recent Changes
« Hi Atus! | Main | Chart::Clicker's New Home »
Tuesday
May092006

Vim 7 .vimrc

Vim 7 is out and it's got a few new features. I turned spellchecking on but turned the paren/brace highlighting off. So now I have a new .vimrc:



syntax on
filetype on
filetype plugin on
filetype indent on

set et
set background=dark
set bs=2
set ts=4
set sw=4
set ruler
set nowrap
set nohlsearch
set incsearch
set hidden
let mapleader = ","
set history=1000
set scrolloff=3

let loaded_matchparen=1
set spell spelllang=en_us
set spellfile=~/.spell.utf8.add

hi Normal guifg=gray guibg=black
set guifont=Lucida_Console:h14:cDEFAULT

set smarttab

set foldmethod=indent
set foldlevel=1000

set list listchars=tab:>-,trail:.,extends:>

Reader Comments (1)

LOL ET FAG!

May 10, 2006 | Unregistered Commenterpulse

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>