aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.vimrc
blob: 23d500425f9f14cfd20087b803407b315c055704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source $VIMRUNTIME/vimrc_example.vim

color desert
set expandtab
set shiftwidth=4
set softtabstop=4
highlight ColorColumn ctermbg=darkgrey

nnoremap <F2> :set invpaste paste?<CR>
set pastetoggle=<F2>
set showmode

set exrc
set secure

set nobackup
set noswapfile
set noundofile
set nowritebackup