qutebrowser update

This commit is contained in:
Felix Van der Jeugt 2015-10-08 15:36:24 +02:00
parent 0be63860d4
commit 2a5ee08ccb
2 changed files with 254 additions and 203 deletions

View File

@ -32,14 +32,14 @@
[!normal]
leave-mode
clear-keychain ;; leave-mode
<Escape>
<Ctrl-[>
[normal]
# Keybindings for normal mode.
search ;; clear-keychain
clear-keychain ;; search
<Escape>
set-cmd-text -s :open
@ -396,6 +396,18 @@ follow-selected -t
<Ctrl-Return>
<Ctrl-Enter>
bookmark-add
M
set-cmd-text -s :bookmark-load
gb
set-cmd-text -s :bookmark-load -t
gB
set-cmd-text -s :bookmark-load -w
wB
[insert]
# Keybindings for insert mode.
# Since normal keypresses are passed through, only special keys are
@ -463,6 +475,9 @@ command-accept
<Enter>
<Shift-Enter>
completion-item-del
<Ctrl-D>
[prompt]
# Keybindings for prompts in the status line.
# You can bind normal keys in this mode, but they will be only active

File diff suppressed because it is too large Load Diff