diff --git a/config/qutebrowser/keys.conf b/config/qutebrowser/keys.conf index d7d951c..7188c76 100644 --- a/config/qutebrowser/keys.conf +++ b/config/qutebrowser/keys.conf @@ -41,14 +41,14 @@ [!normal] clear-keychain ;; leave-mode - - + + [normal] # Keybindings for normal mode. clear-keychain ;; search - + set-cmd-text -s :goto o @@ -82,11 +82,11 @@ set-cmd-text :open -w {url} open -t ga - + tab-close d - + tab-close -o D @@ -125,7 +125,7 @@ reload -f back H - + back -t th @@ -143,7 +143,7 @@ forward -w wl fullscreen - + hint f @@ -210,7 +210,7 @@ scroll right undo u - + scroll-perc 0 gg @@ -318,10 +318,10 @@ navigate up -t gU navigate increment - + navigate decrement - + inspector wi @@ -339,76 +339,76 @@ view-source gf tab-focus last - + enter-mode passthrough - + quit - + scroll-page 0 1 - + scroll-page 0 -1 - + scroll-page 0 0.5 - + scroll-page 0 -0.5 - + tab-focus 1 - + tab-focus 2 - + tab-focus 3 - + tab-focus 4 - + tab-focus 5 - + tab-focus 6 - + tab-focus 7 - + tab-focus 8 - + tab-focus 9 - + home - + stop - + print - + open qute:settings Ss follow-selected - - - - - - + + + + + + follow-selected -t - - + + bookmark-add M @@ -429,7 +429,7 @@ hint links spawn youtube-viewer {hint-url} ;x open -w - + enter-mode set_mark ` @@ -452,10 +452,10 @@ yank -ps # * `paste-primary`: Paste primary selection at cursor position. open-editor - + paste-primary - + [hint] # Keybindings for hint mode. @@ -465,21 +465,21 @@ paste-primary # * `follow-hint`: Follow the currently selected hint. follow-hint - - - - - - + + + + + + hint --rapid links tab-bg - + hint links - + hint all tab-bg - + [command] # Keybindings for command mode. @@ -493,29 +493,29 @@ hint all tab-bg # * `command-accept`: Execute the command currently in the commandline. command-history-prev - + command-history-next - + completion-item-prev - - + + completion-item-next - - + + command-accept - - - - - - + + + + + + completion-item-del - + [prompt] # Keybindings for prompts in the status line. @@ -528,12 +528,12 @@ completion-item-del # * `prompt-no`: Answer no to a yes/no question. prompt-accept - - - - - - + + + + + + prompt-yes y @@ -544,53 +544,53 @@ prompt-no [command,prompt] rl-backward-char - + rl-forward-char - + rl-backward-word - + rl-forward-word - + rl-beginning-of-line - + rl-end-of-line - + rl-unix-line-discard - + rl-kill-line - + rl-kill-word - + rl-unix-word-rubout - - + + rl-yank - + rl-delete-char - + rl-backward-delete-char - + [caret] toggle-selection v - + drop-selection - + enter-mode normal c @@ -645,12 +645,12 @@ yank-selected -p yank-selected y - - - - - - + + + + + + scroll left H diff --git a/config/qutebrowser/qutebrowser.conf b/config/qutebrowser/qutebrowser.conf index 4542230..237d2a1 100644 --- a/config/qutebrowser/qutebrowser.conf +++ b/config/qutebrowser/qutebrowser.conf @@ -921,7 +921,7 @@ enable-pdfjs = false # # scatter (Bool): # Whether to scatter hint key chains (like Vimium) or not (like -# dwb). +# dwb). Ignored for number hints. # Valid values: true, false # Default: true # @@ -940,6 +940,11 @@ enable-pdfjs = false # Valid values: true, false # Default: true # +# auto-follow-timeout (Int): +# A timeout to inhibit normal-mode key bindings after a +# successfulauto-follow. +# Default: 0 +# # next-regexes (RegexList): # A comma-separated list of regexes to use for 'next' links. # Default: @@ -957,6 +962,7 @@ scatter = true uppercase = false dictionary = /usr/share/dict/mnemonic auto-follow = true +auto-follow-timeout = 0 next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b