[normal]
# Keybindings for normal mode.
+clear-keychain ;; search
+ <Escape>
+
set-cmd-text -s :open
o
wO
open -t
+ ga
<Ctrl-T>
tab-close
D
tab-focus
- T
+ K
+ gt
tab-move
gm
tab-move -
- gj
+ gl
tab-move +
- gk
-
-tab-next
- K
- gt
+ gr
tab-prev
J
hint all tab-bg
;b
+hint all tab-fg
+ ;f
+
hint all hover
;h
enter-mode insert
i
+enter-mode caret
+ v
+
yank
yy
yank -ts
yT
+yank -d
+ yd
+
+yank -ds
+ yD
+
paste
pp
set-cmd-text -s :quickmark-load -t
B
-set-cmd-text :quickmark-load -w
+set-cmd-text -s :quickmark-load -w
wb
+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
+
save
sf
download-cancel
ad
+download-clear
+ cd
+
view-source
gf
open qute:settings
Ss
-clear-keychain ;; search
- <Escape>
-
-tab-only
- co
-
-hint all tab-fg
- ;f
-
-enter-mode caret
- v
-
-yank -d
- yd
-
-yank -ds
- yD
-
-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
-
-download-remove --all
- cd
-
follow-selected
<Return>
<Ctrl-M>
<Ctrl-Return>
<Ctrl-Enter>
+tab-only
+ co
+
[insert]
# Keybindings for insert mode.
# Since normal keypresses are passed through, only special keys are
follow-hint
<Return>
+ <Ctrl-M>
+ <Ctrl-J>
+ <Shift-Return>
+ <Enter>
+ <Shift-Enter>
hint --rapid links tab-bg
<Ctrl-R>
<Tab>
<Down>
+completion-item-del
+ <Ctrl-D>
+
command-accept
<Return>
+ <Ctrl-M>
<Ctrl-J>
<Shift-Return>
-
-completion-item-del
- <Ctrl-D>
+ <Enter>
+ <Shift-Enter>
[prompt]
# Keybindings for prompts in the status line.
prompt-accept
<Return>
+ <Ctrl-M>
<Ctrl-J>
<Shift-Return>
+ <Enter>
+ <Shift-Enter>
prompt-yes
y
rl-unix-word-rubout
<Ctrl-W>
+ <Alt-Backspace>
rl-yank
<Ctrl-Y>