insert mapping for :reg updated
This commit is contained in:
parent
d4da9fc55a
commit
38df1a05ef
|
@ -7,7 +7,7 @@ nnoremap : :setlocal norelativenumber<CR>:
|
|||
nnoremap <silent> <space>rc :so $MYVIMRC<CR>
|
||||
nnoremap <silent> <space>nn :set invrelativenumber<CR>
|
||||
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n"
|
||||
nnoremap <silent> <space>sw :set invlist<CR>
|
||||
nnoremap <silent> <space>sl :set invlist<CR>
|
||||
nnoremap <space>aa A<left>
|
||||
nnoremap <space>a2 A<left><left>
|
||||
nnoremap <space>ab A<C-o>B
|
||||
|
@ -99,7 +99,7 @@ nnoremap <space>qn :cnewer<CR>
|
|||
|
||||
" insert mode mappings
|
||||
"{{{
|
||||
inoremap RR <c-o>:reg<cr>
|
||||
inoremap jkrg <c-o>:reg<cr>
|
||||
inoremap :w<cr> :w<cr>
|
||||
inoremap [:w<cr> :w<cr>
|
||||
inoremap {:w<cr> :w<cr>
|
||||
|
|
Loading…
Reference in New Issue