fold focus tweak
This commit is contained in:
parent
7455a3d473
commit
a63ebb5682
|
@ -3,7 +3,7 @@
|
||||||
nnoremap <space>rc :so $MYVIMRC<CR>
|
nnoremap <space>rc :so $MYVIMRC<CR>
|
||||||
|
|
||||||
" Focus on current fold, close the rest
|
" Focus on current fold, close the rest
|
||||||
nnoremap <space>zz zMzvzz
|
nnoremap <space>zz zMzvzt
|
||||||
|
|
||||||
" replace current word with last yanked/deleted text
|
" replace current word with last yanked/deleted text
|
||||||
nnoremap <space>rr "_diwP
|
nnoremap <space>rr "_diwP
|
||||||
|
|
Loading…
Reference in New Issue