~pvsr/dotfiles

d436745c8a85129a25bc0488252feaf881dd0353 — Peter Rice 4 years ago ce22b82
use letter hints in qb
1 files changed, 1 insertions(+), 1 deletions(-)

M qutebrowser/.config/qutebrowser/config.py
M qutebrowser/.config/qutebrowser/config.py => qutebrowser/.config/qutebrowser/config.py +1 -1
@@ 43,7 43,7 @@ c.completion.open_categories = ['quickmarks', 'bookmarks', 'history']

c.hints.auto_follow = 'always'
c.hints.auto_follow_timeout = 400
c.hints.mode = 'number'
c.hints.mode = 'letter'

c.search.incremental = False