From ff0478313fe27fd534dd420c243f2b46731c203a Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 19 Dec 2023 21:57:55 +0100 Subject: [PATCH] qutebrowser: update config --- config/qutebrowser/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 1b1e36a7..1ed25ef0 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -541,6 +541,8 @@ c.fileselect.handler = 'default' # Type: Int c.hints.min_chars = 2 +c.hints.chars = asdfghjklweruioxcvm + # Scatter hint key chains (like Vimium) or not (like dwb). Ignored for # number hints. # Type: Bool @@ -549,7 +551,7 @@ c.hints.scatter = True # Automatically enter insert mode if an editable element is focused # after loading the page. # Type: Bool -c.input.insert_mode.auto_load = True +c.input.insert_mode.auto_load = False # Enter insert mode if an editable element is clicked. # Type: Bool -- 2.51.2