update mappings
add jj; and jj,
This commit is contained in:
parent
ea40529c6a
commit
ae2608cd18
1 changed files with 3 additions and 1 deletions
4
init.vim
4
init.vim
|
|
@ -390,7 +390,9 @@ nnoremap <space>qn :cnewer<CR>
|
|||
|
||||
"}}}
|
||||
" insert mode mappings {{{
|
||||
inoremap jkrg <c-o>:reg<cr>
|
||||
inoremap jj; <Esc>A;<Esc>
|
||||
inoremap jj, <Esc>A,<Esc>
|
||||
inoremap jjrg <c-o>:reg<cr>
|
||||
inoremap :w<cr> :w<cr>
|
||||
inoremap [:w<cr> :w<cr>
|
||||
inoremap {:w<cr> :w<cr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue