Remap <C-s> to write file
This commit is contained in:
parent
3cefb5af4f
commit
96e038bd3d
@ -78,9 +78,9 @@ nnoremap g, g,zz
|
|||||||
nnoremap <C-o> <C-o>zz
|
nnoremap <C-o> <C-o>zz
|
||||||
nnoremap <silent><leader>il :set invlist<CR>
|
nnoremap <silent><leader>il :set invlist<CR>
|
||||||
vnoremap <silent><leader>il :<C-w>set invlist<CR>
|
vnoremap <silent><leader>il :<C-w>set invlist<CR>
|
||||||
inoremap <C-s> <C-o>:%s/
|
inoremap <C-s> <C-o>:w<CR>
|
||||||
nnoremap <C-s> :%s/
|
nnoremap <C-s> :w<CR>
|
||||||
vnoremap <C-s> :s/
|
vnoremap <C-s> :w<CR>
|
||||||
nnoremap / /\v
|
nnoremap / /\v
|
||||||
vnoremap / /\v
|
vnoremap / /\v
|
||||||
inoremap jk <ESC>
|
inoremap jk <ESC>
|
||||||
|
Loading…
Reference in New Issue
Block a user