Wednesday, April 27, 2011

Vim Options

Some options for the .vimrc file:
colorscheme desert
set spell
set lines=60
set columns=90
set nobackup
set tabstop=2
set shiftwidth=2
set expandtab
set ignorecase
set nowrapscan
set autoindent
set smartindent
set listchars=tab:>\ ,eol:$
set list

1 comment: