summaryrefslogtreecommitdiff
path: root/cfg/.vimrc
blob: 1de668b570a670634f89cbac0ea6df6ef3e20678 (plain)
1
2
3
4
5
6
7
8
9
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
set number