From ce1c0b27400f6bfa778eeb1f77b80df58592958e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 16 May 2018 10:57:05 +0100 Subject: [PATCH] qutebrowser: Restore old default of 2 min_chars for hints --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index cb2b87a..1fd4d2d 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -883,7 +883,7 @@ c.hints.chars = 'aoeuidhtns' ## Minimum number of characters used for hint strings. ## Type: Int -# c.hints.min_chars = 1 +c.hints.min_chars = 2 ## Mode to use for hints. ## Type: String -- 2.48.1