This commit is contained in:
ManjaroOne666 2019-03-01 10:32:01 +00:00
parent ab2e6c02a6
commit b0173304ed
1 changed files with 4 additions and 2 deletions

6
vimrc
View File

@ -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