don't use d and add more hint keys

This commit is contained in:
lelgenio 2020-11-28 02:26:37 -03:00
parent 8fdb383f8e
commit 06ec0bbfc5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ if key_layout == "colemak":
edbind("T", "hint all tab")
edbind("H", "set-cmd-text -s :open -t")
c.hints.chars = "asrtdhneio"
c.hints.chars = "arstwfuyneio"
elif key_layout == "dvorak":
c.hints.chars = "aoeuidnths"