Remap Ctrl-a/x to Alt-a/x

This commit is contained in:
Mark Vainomaa 2016-07-09 00:00:16 +03:00
parent cb028889c9
commit 4aa1335baf
1 changed files with 3 additions and 0 deletions

View File

@ -276,6 +276,9 @@ nnoremap <silent> <C-A-x> :q!<CR>
nnoremap <silent> <C-A-a> :noh<CR>
" Preview toggle
nnoremap <silent> <Leader>p :call <SID>preview_toggle()<CR>
" Increase/decrease numbers with Alt key and A/X
nnoremap <A-a> <C-a>
nnoremap <A-x> <C-x>
" Commands from plugins