[tridactyl] Use left-hand characters instead of numbers
This commit is contained in:
parent
c1adb6a3c7
commit
89a1d13c2e
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue