From 89b2af2fc91d81753607b22ad72a804d39e34ee9 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 3 Jun 2016 19:13:21 +0200 Subject: [PATCH] qutebrowser - update --- config/qutebrowser/qutebrowser.conf | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/config/qutebrowser/qutebrowser.conf b/config/qutebrowser/qutebrowser.conf index d6ff027..4542230 100644 --- a/config/qutebrowser/qutebrowser.conf +++ b/config/qutebrowser/qutebrowser.conf @@ -281,10 +281,11 @@ url-incdec-segments = path,query # Valid values: true, false # Default: false # -# show-keyhints (Bool): -# Show possible keychains based on the current keystring -# Valid values: true, false -# Default: true +# keyhint-blacklist (List): +# Keychains that shouldn't be shown in the keyhint dialog +# Globs are supported, so ';*' will blacklist all keychainsstarting +# with ';'. Use '*' to disable keyhints +# Default: zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500% default-zoom = 100% downloads-position = top @@ -304,7 +305,7 @@ window-title-format = {perc}{title}{title_sep}qutebrowser hide-mouse-cursor = false modal-js-dialog = false hide-wayland-decoration = false -show-keyhints = true +keyhint-blacklist = [network] # Settings related to the network. @@ -442,11 +443,15 @@ scrollbar-padding = 2 # # timeout (Int): # Timeout for ambiguous key bindings. +# If the current input forms both a complete match and a partial +# match, the complete match will be executed after this time. # Default: 500 # # partial-timeout (Int): # Timeout for partially typed key bindings. -# Default: 2500 +# If the current input forms only partial matches, the keystring +# will be cleared after this time. +# Default: 5000 # # insert-mode-on-plugins (Bool): # Whether to switch to insert mode when clicking flash and other