Vim settings

Useful .vimrc settings:


set smartindent
set autoindent
set shiftwidth=2
set showmatch
set ruler
set incsearch
set noshowcmd
set vb
syntax on

0 comments: