\a2 mapping
This commit is contained in:
parent
a8334b2897
commit
a9239ee208
|
@ -8,9 +8,8 @@ nnoremap <silent> <space>rc :so $MYVIMRC<CR>
|
|||
nnoremap <silent> <space>nn :set invrelativenumber<CR>
|
||||
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n"
|
||||
nnoremap <silent> <space>sw :set invlist<CR>
|
||||
" inoremap jk <esc>
|
||||
" nnoremap <silent> <space>aa :call CheckLineEnding()<CR>
|
||||
nnoremap <space>aa A<left>
|
||||
nnoremap <space>a2 A<left><left>
|
||||
nnoremap <space>co :!clear;
|
||||
" Focus on current fold, close the rest
|
||||
nnoremap <silent> <space>zz zMzvzt
|
||||
|
|
Loading…
Reference in New Issue