[tridactyl] Use left-hand characters instead of numbers

This commit is contained in:
Sebastian Schulze 2021-12-28 14:45:07 +01:00
parent c1adb6a3c7
commit 89a1d13c2e
No known key found for this signature in database
GPG key ID: F6BA63C6A7D3044E

View file

@ -3,7 +3,8 @@ set tabopencontaineraware true
set newtab about:blank
set editorcmd emacsclient --create-frame %f
set hintfiltermode vimperator-reflow
set hintnames numeric
set hintnames short
set hintchars "asdfgqweryxcv"
set hintdelay 100
set configversion 2.0
@ -41,4 +42,4 @@ alias tabuniq jsb browser.tabs.query({}).then(tabs => browser.tabs.remove(tabs.f
alias hint_focus hint -;
" For syntax highlighting see https://github.com/tridactyl/vim-tridactyl
" vim: set filetype=tridactyl
" vim: set filetype=tridactyl