move vimrc in insert
This commit is contained in:
parent
a477e89b80
commit
4fe2ba1fa8
9
.vimrc
9
.vimrc
|
@ -129,3 +129,12 @@ nnoremap zN [s
|
||||||
" same as above but only with bad words (unrecognized)
|
" same as above but only with bad words (unrecognized)
|
||||||
nnoremap Zn ]S
|
nnoremap Zn ]S
|
||||||
nnoremap ZN [S
|
nnoremap ZN [S
|
||||||
|
|
||||||
|
" how to move in insert
|
||||||
|
vnoremap <leader>y "+y
|
||||||
|
nnoremap <leader>Y "+Y
|
||||||
|
nnoremap <leader>y "+y
|
||||||
|
nnoremap <leader>yy "+yy
|
||||||
|
|
||||||
|
" back to normal mode with jk in insert
|
||||||
|
imap jk <esc>
|
||||||
|
|
Loading…
Reference in New Issue