aboutsummaryrefslogtreecommitdiff
path: root/vimperator/vimperatorrc
blob: 20c4ac0aa0ec5868ea0d255dfe37df15c773b470 (plain) (blame)
1
2
3
4
5
6
" Use letter hint characters rather than numbers
set hintchars=hjklasdfgyuiopqwertnmzxcvb

" Make Ctrl-A select all in input fields rather than start-of-line
inoremap <C-a> <C-Home><C-S-End>