update qutebrowser

This commit is contained in:
Felix Van der Jeugt 2016-06-12 12:00:56 +02:00
parent c506173c05
commit 5486bfa59f
2 changed files with 97 additions and 91 deletions

View File

@ -41,14 +41,14 @@
[!normal] [!normal]
clear-keychain ;; leave-mode clear-keychain ;; leave-mode
<Escape> <escape>
<Ctrl-[> <ctrl-[>
[normal] [normal]
# Keybindings for normal mode. # Keybindings for normal mode.
clear-keychain ;; search clear-keychain ;; search
<Escape> <escape>
set-cmd-text -s :goto set-cmd-text -s :goto
o o
@ -82,11 +82,11 @@ set-cmd-text :open -w {url}
open -t open -t
ga ga
<Ctrl-T> <ctrl-t>
tab-close tab-close
d d
<Ctrl-W> <ctrl-w>
tab-close -o tab-close -o
D D
@ -125,7 +125,7 @@ reload -f
back back
H H
<Backspace> <backspace>
back -t back -t
th th
@ -143,7 +143,7 @@ forward -w
wl wl
fullscreen fullscreen
<F11> <f11>
hint hint
f f
@ -210,7 +210,7 @@ scroll right
undo undo
u u
<Ctrl-Shift-T> <ctrl-shift-t>
scroll-perc 0 scroll-perc 0
gg gg
@ -318,10 +318,10 @@ navigate up -t
gU gU
navigate increment navigate increment
<Ctrl-A> <ctrl-a>
navigate decrement navigate decrement
<Ctrl-X> <ctrl-x>
inspector inspector
wi wi
@ -339,76 +339,76 @@ view-source
gf gf
tab-focus last tab-focus last
<Ctrl-Tab> <ctrl-tab>
enter-mode passthrough enter-mode passthrough
<Ctrl-V> <ctrl-v>
quit quit
<Ctrl-Q> <ctrl-q>
scroll-page 0 1 scroll-page 0 1
<Ctrl-F> <ctrl-f>
scroll-page 0 -1 scroll-page 0 -1
<Ctrl-B> <ctrl-b>
scroll-page 0 0.5 scroll-page 0 0.5
<Ctrl-D> <ctrl-d>
scroll-page 0 -0.5 scroll-page 0 -0.5
<Ctrl-U> <ctrl-u>
tab-focus 1 tab-focus 1
<Alt-1> <alt-1>
tab-focus 2 tab-focus 2
<Alt-2> <alt-2>
tab-focus 3 tab-focus 3
<Alt-3> <alt-3>
tab-focus 4 tab-focus 4
<Alt-4> <alt-4>
tab-focus 5 tab-focus 5
<Alt-5> <alt-5>
tab-focus 6 tab-focus 6
<Alt-6> <alt-6>
tab-focus 7 tab-focus 7
<Alt-7> <alt-7>
tab-focus 8 tab-focus 8
<Alt-8> <alt-8>
tab-focus 9 tab-focus 9
<Alt-9> <alt-9>
home home
<Ctrl-h> <ctrl-h>
stop stop
<Ctrl-s> <ctrl-s>
print print
<Ctrl-Alt-p> <ctrl-alt-p>
open qute:settings open qute:settings
Ss Ss
follow-selected follow-selected
<Return> <return>
<Ctrl-M> <ctrl-m>
<Ctrl-J> <ctrl-j>
<Shift-Return> <shift-return>
<Enter> <enter>
<Shift-Enter> <shift-enter>
follow-selected -t follow-selected -t
<Ctrl-Return> <ctrl-return>
<Ctrl-Enter> <ctrl-enter>
bookmark-add bookmark-add
M M
@ -429,7 +429,7 @@ hint links spawn youtube-viewer {hint-url}
;x ;x
open -w open -w
<Ctrl-N> <ctrl-n>
enter-mode set_mark enter-mode set_mark
` `
@ -452,10 +452,10 @@ yank -ps
# * `paste-primary`: Paste primary selection at cursor position. # * `paste-primary`: Paste primary selection at cursor position.
open-editor open-editor
<Ctrl-E> <ctrl-e>
paste-primary paste-primary
<Shift-Ins> <shift-ins>
[hint] [hint]
# Keybindings for hint mode. # Keybindings for hint mode.
@ -465,21 +465,21 @@ paste-primary
# * `follow-hint`: Follow the currently selected hint. # * `follow-hint`: Follow the currently selected hint.
follow-hint follow-hint
<Return> <return>
<Ctrl-M> <ctrl-m>
<Ctrl-J> <ctrl-j>
<Shift-Return> <shift-return>
<Enter> <enter>
<Shift-Enter> <shift-enter>
hint --rapid links tab-bg hint --rapid links tab-bg
<Ctrl-R> <ctrl-r>
hint links hint links
<Ctrl-F> <ctrl-f>
hint all tab-bg hint all tab-bg
<Ctrl-B> <ctrl-b>
[command] [command]
# Keybindings for command mode. # Keybindings for command mode.
@ -493,29 +493,29 @@ hint all tab-bg
# * `command-accept`: Execute the command currently in the commandline. # * `command-accept`: Execute the command currently in the commandline.
command-history-prev command-history-prev
<Ctrl-P> <ctrl-p>
command-history-next command-history-next
<Ctrl-N> <ctrl-n>
completion-item-prev completion-item-prev
<Shift-Tab> <shift-tab>
<Up> <up>
completion-item-next completion-item-next
<Tab> <tab>
<Down> <down>
command-accept command-accept
<Return> <return>
<Ctrl-M> <ctrl-m>
<Ctrl-J> <ctrl-j>
<Shift-Return> <shift-return>
<Enter> <enter>
<Shift-Enter> <shift-enter>
completion-item-del completion-item-del
<Ctrl-D> <ctrl-d>
[prompt] [prompt]
# Keybindings for prompts in the status line. # Keybindings for prompts in the status line.
@ -528,12 +528,12 @@ completion-item-del
# * `prompt-no`: Answer no to a yes/no question. # * `prompt-no`: Answer no to a yes/no question.
prompt-accept prompt-accept
<Return> <return>
<Ctrl-M> <ctrl-m>
<Ctrl-J> <ctrl-j>
<Shift-Return> <shift-return>
<Enter> <enter>
<Shift-Enter> <shift-enter>
prompt-yes prompt-yes
y y
@ -544,53 +544,53 @@ prompt-no
[command,prompt] [command,prompt]
rl-backward-char rl-backward-char
<Ctrl-B> <ctrl-b>
rl-forward-char rl-forward-char
<Ctrl-F> <ctrl-f>
rl-backward-word rl-backward-word
<Alt-B> <alt-b>
rl-forward-word rl-forward-word
<Alt-F> <alt-f>
rl-beginning-of-line rl-beginning-of-line
<Ctrl-A> <ctrl-a>
rl-end-of-line rl-end-of-line
<Ctrl-E> <ctrl-e>
rl-unix-line-discard rl-unix-line-discard
<Ctrl-U> <ctrl-u>
rl-kill-line rl-kill-line
<Ctrl-K> <ctrl-k>
rl-kill-word rl-kill-word
<Alt-D> <alt-d>
rl-unix-word-rubout rl-unix-word-rubout
<Ctrl-W> <ctrl-w>
<Alt-Backspace> <alt-backspace>
rl-yank rl-yank
<Ctrl-Y> <ctrl-y>
rl-delete-char rl-delete-char
<Ctrl-?> <ctrl-?>
rl-backward-delete-char rl-backward-delete-char
<Ctrl-H> <ctrl-h>
[caret] [caret]
toggle-selection toggle-selection
v v
<Space> <space>
drop-selection drop-selection
<Ctrl-Space> <ctrl-space>
enter-mode normal enter-mode normal
c c
@ -645,12 +645,12 @@ yank-selected -p
yank-selected yank-selected
y y
<Return> <return>
<Ctrl-M> <ctrl-m>
<Ctrl-J> <ctrl-j>
<Shift-Return> <shift-return>
<Enter> <enter>
<Shift-Enter> <shift-enter>
scroll left scroll left
H H

View File

@ -921,7 +921,7 @@ enable-pdfjs = false
# #
# scatter (Bool): # scatter (Bool):
# Whether to scatter hint key chains (like Vimium) or not (like # Whether to scatter hint key chains (like Vimium) or not (like
# dwb). # dwb). Ignored for number hints.
# Valid values: true, false # Valid values: true, false
# Default: true # Default: true
# #
@ -940,6 +940,11 @@ enable-pdfjs = false
# Valid values: true, false # Valid values: true, false
# Default: true # Default: true
# #
# auto-follow-timeout (Int):
# A timeout to inhibit normal-mode key bindings after a
# successfulauto-follow.
# Default: 0
#
# next-regexes (RegexList): # next-regexes (RegexList):
# A comma-separated list of regexes to use for 'next' links. # A comma-separated list of regexes to use for 'next' links.
# Default: # Default:
@ -957,6 +962,7 @@ scatter = true
uppercase = false uppercase = false
dictionary = /usr/share/dict/mnemonic dictionary = /usr/share/dict/mnemonic
auto-follow = true auto-follow = true
auto-follow-timeout = 0
next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b 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 prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b