blob: 4f12eafb7b323e4eb8b57118151249227caf0152 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 nu rnu
set encoding=utf-8
set fileencoding=utf-8
|