summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
blob: 5b01cc1255992c2f2b4461bba23b2cf5b3d884c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
syntax on
colorscheme zenburn
filetype plugin indent on

set laststatus=2
set number
set noerrorbells
set autoindent
set tabstop=8
set shiftround
set modeline
set nobackup
set cursorline

map <f9> :make<CR>
map <f1> :execute 'NERDTreeToggle'<CR>