add semi colon to end of line mappings
This commit is contained in:
parent
2001be5c29
commit
86c7532baf
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue