add semi colon to end of line mappings

This commit is contained in:
ManjaroOne666 2019-02-22 21:30:56 +00:00
parent 2001be5c29
commit 86c7532baf
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -1137,6 +1137,8 @@ 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;
" Focus on current fold, close the rest
nnoremap <silent> <space>zz zMzvzt
" replace current word with last yanked/deleted text