\ab mapping
This commit is contained in:
parent
a9239ee208
commit
b3c5a41464
|
@ -10,6 +10,7 @@ nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')
|
||||||
nnoremap <silent> <space>sw :set invlist<CR>
|
nnoremap <silent> <space>sw :set invlist<CR>
|
||||||
nnoremap <space>aa A<left>
|
nnoremap <space>aa A<left>
|
||||||
nnoremap <space>a2 A<left><left>
|
nnoremap <space>a2 A<left><left>
|
||||||
|
nnoremap <space>ab A<C-o>B
|
||||||
nnoremap <space>co :!clear;
|
nnoremap <space>co :!clear;
|
||||||
" Focus on current fold, close the rest
|
" Focus on current fold, close the rest
|
||||||
nnoremap <silent> <space>zz zMzvzt
|
nnoremap <silent> <space>zz zMzvzt
|
||||||
|
|
Loading…
Reference in New Issue