Remap Ctrl-a/x to Alt-a/x
This commit is contained in:
parent
cb028889c9
commit
4aa1335baf
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user