From 24bede48b03f2b9a619dcd79dc7696aabdbaad74 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 30 Jan 2021 16:38:52 +0000 Subject: [PATCH] qutebrowser: never clear partial bindings --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 9695b5f..3d7b005 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1014,7 +1014,7 @@ c.hints.scatter = False ## cleared after this time. If set to 0, partially typed bindings are ## never cleared. ## Type: Int -c.input.partial_timeout = 5000 +c.input.partial_timeout = 0 ## Enable spatial navigation. Spatial navigation consists in the ability ## to navigate between focusable elements in a Web page, such as -- 2.48.1