qutebrowser update
This commit is contained in:
parent
0be63860d4
commit
2a5ee08ccb
@ -32,14 +32,14 @@
|
|||||||
|
|
||||||
[!normal]
|
[!normal]
|
||||||
|
|
||||||
leave-mode
|
clear-keychain ;; leave-mode
|
||||||
<Escape>
|
<Escape>
|
||||||
<Ctrl-[>
|
<Ctrl-[>
|
||||||
|
|
||||||
[normal]
|
[normal]
|
||||||
# Keybindings for normal mode.
|
# Keybindings for normal mode.
|
||||||
|
|
||||||
search ;; clear-keychain
|
clear-keychain ;; search
|
||||||
<Escape>
|
<Escape>
|
||||||
|
|
||||||
set-cmd-text -s :open
|
set-cmd-text -s :open
|
||||||
@ -396,6 +396,18 @@ follow-selected -t
|
|||||||
<Ctrl-Return>
|
<Ctrl-Return>
|
||||||
<Ctrl-Enter>
|
<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]
|
[insert]
|
||||||
# Keybindings for insert mode.
|
# Keybindings for insert mode.
|
||||||
# Since normal keypresses are passed through, only special keys are
|
# Since normal keypresses are passed through, only special keys are
|
||||||
@ -463,6 +475,9 @@ command-accept
|
|||||||
<Enter>
|
<Enter>
|
||||||
<Shift-Enter>
|
<Shift-Enter>
|
||||||
|
|
||||||
|
completion-item-del
|
||||||
|
<Ctrl-D>
|
||||||
|
|
||||||
[prompt]
|
[prompt]
|
||||||
# Keybindings for prompts in the status line.
|
# Keybindings for prompts in the status line.
|
||||||
# You can bind normal keys in this mode, but they will be only active
|
# You can bind normal keys in this mode, but they will be only active
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user