6 lines
102 B
VimL
6 lines
102 B
VimL
|
|
"save with ctrl s
|
|
nnoremap <C-s> <C-c>:w<CR>
|
|
inoremap <C-c> <Esc><right>
|
|
inoremap <Esc> <Esc><right>
|