insert mode mapping for :reg

This commit is contained in:
ManjaroOne666 2018-05-01 23:58:03 +01:00
parent 6e86aeb061
commit c05e234aec
1 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,11 @@ nnoremap <space>qp :colder<CR>
nnoremap <space>qn :cnewer<CR> nnoremap <space>qn :cnewer<CR>
"}}} "}}}
" insert mode mappings
"{{{
inoremap RR <c-o>:reg<cr>
"}}}
" brace/quotes completion " brace/quotes completion
"{{{ "{{{
inoremap {{ {}<left> inoremap {{ {}<left>