summaryrefslogtreecommitdiff
path: root/.vimrc
blob: b6d83de06e80ed788256bc5d264ee486b344bdfc (plain)
1
2
3
4
5
6
7
8
set tabstop=4
set shiftwidth=4
syntax on
filetype plugin on
set backspace=indent,eol,start
nnoremap <C-S> :w<CR>
inoremap <C-S> <Esc>:w<CR>a
set guicursor=n-v-c-i:block