remove unused entries, add '';
This commit is contained in:
parent
14a25c725c
commit
26370a0dc2
10
init.vim
10
init.vim
|
@ -316,15 +316,6 @@ nnoremap <silent><space>cs :let @/=""<cr>
|
|||
nnoremap <space>: :setlocal number<CR>:
|
||||
nnoremap <silent> <space>rc :so $MYVIMRC<CR>
|
||||
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n"
|
||||
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
|
||||
nnoremap <space>co :!clear;
|
||||
nnoremap <space>;; A;<esc>
|
||||
nnoremap <space>;j jA;<esc>
|
||||
nnoremap <space>,, A,<esc>
|
||||
nnoremap <space>,j jA,<esc>
|
||||
" Focus on current fold, close the rest
|
||||
nnoremap <silent> <space>zz zMzvzt
|
||||
" replace current word with last yanked/deleted text
|
||||
|
@ -396,6 +387,7 @@ inoremap jjrg <c-o>:reg<cr>
|
|||
inoremap :w<cr> :w<cr>
|
||||
inoremap [:w<cr> :w<cr>
|
||||
inoremap {:w<cr> :w<cr>
|
||||
inoremap ''; '';<left><left>
|
||||
|
||||
"}}}
|
||||
" working_with_underscores{{{
|
||||
|
|
Loading…
Reference in New Issue