insert mapping for :reg updated

This commit is contained in:
ManjaroOne666 2018-06-17 15:15:29 +01:00
parent d4da9fc55a
commit 38df1a05ef
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ nnoremap : :setlocal norelativenumber<CR>:
nnoremap <silent> <space>rc :so $MYVIMRC<CR> nnoremap <silent> <space>rc :so $MYVIMRC<CR>
nnoremap <silent> <space>nn :set invrelativenumber<CR> nnoremap <silent> <space>nn :set invrelativenumber<CR>
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n" 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>aa A<left>
nnoremap <space>a2 A<left><left> nnoremap <space>a2 A<left><left>
nnoremap <space>ab A<C-o>B nnoremap <space>ab A<C-o>B
@ -99,7 +99,7 @@ nnoremap <space>qn :cnewer<CR>
" insert mode mappings " 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> inoremap [:w<cr> :w<cr>
inoremap {:w<cr> :w<cr> inoremap {:w<cr> :w<cr>