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

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

map <f9> :make<CR>