updates
This commit is contained in:
parent
ab2e6c02a6
commit
b0173304ed
6
vimrc
6
vimrc
|
@ -1146,8 +1146,10 @@ 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;
|
||||
nnoremap <space>;j jA;
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue