update qutebrowser config

This commit is contained in:
Felix Van der Jeugt 2015-09-09 18:23:58 +02:00
parent ceb650b33e
commit 407bd6a8dd
1 changed files with 24 additions and 18 deletions

View File

@ -143,6 +143,9 @@ hint all window
hint all tab-bg
;b
hint all tab-fg
;f
hint all hover
;h
@ -210,6 +213,9 @@ search-prev
enter-mode insert
i
enter-mode caret
v
yank
yy
@ -222,6 +228,12 @@ yank -t
yank -ts
yT
yank -d
yd
yank -ds
yD
paste
pp
@ -372,24 +384,6 @@ print
open qute:settings
Ss
set content allow-javascript true
<Ctrl-j>
set content allow-javascript false
<Ctrl-Shift-j>
hint all tab-fg
;f
enter-mode caret
v
yank -d
yd
yank -ds
yD
follow-selected
<Return>
<Ctrl-M>
@ -421,6 +415,11 @@ open-editor
follow-hint
<Return>
<Ctrl-M>
<Ctrl-J>
<Shift-Return>
<Enter>
<Shift-Enter>
hint --rapid links tab-bg
<Ctrl-R>
@ -458,8 +457,11 @@ completion-item-next
command-accept
<Return>
<Ctrl-M>
<Ctrl-J>
<Shift-Return>
<Enter>
<Shift-Enter>
[prompt]
# Keybindings for prompts in the status line.
@ -473,8 +475,11 @@ command-accept
prompt-accept
<Return>
<Ctrl-M>
<Ctrl-J>
<Shift-Return>
<Enter>
<Shift-Enter>
prompt-yes
y
@ -513,6 +518,7 @@ rl-kill-word
rl-unix-word-rubout
<Ctrl-W>
<Alt-Backspace>
rl-yank
<Ctrl-Y>