\a2 mapping

This commit is contained in:
ManjaroOne666 2018-06-09 15:57:34 +01:00
parent a8334b2897
commit a9239ee208
1 changed files with 1 additions and 2 deletions

View File

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