X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/2b6c37b654eda7ccd9571369234a630ca1000b4e..abc4878101c227a526ee0701b51e358e452ec7d9:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index cb2b87a..7d5b0ca 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 @@ -1071,7 +1071,7 @@ c.hints.scatter = False ## Load a restored tab as soon as it takes focus. ## Type: Bool -# c.session.lazy_restore = False +c.session.lazy_restore = True ## Languages to use for spell checking. You can check for available ## languages and install dictionaries using scripts/dictcli.py. Run the