insert mode mapping for :reg
This commit is contained in:
parent
6e86aeb061
commit
c05e234aec
|
@ -91,6 +91,11 @@ nnoremap <space>qp :colder<CR>
|
|||
nnoremap <space>qn :cnewer<CR>
|
||||
"}}}
|
||||
|
||||
" insert mode mappings
|
||||
"{{{
|
||||
inoremap RR <c-o>:reg<cr>
|
||||
"}}}
|
||||
|
||||
" brace/quotes completion
|
||||
"{{{
|
||||
inoremap {{ {}<left>
|
||||
|
|
Loading…
Reference in New Issue