[!normal]
-clear-keychain ;; leave-mode
+leave-mode
<escape>
<ctrl-[>
hint images tab-bg
.i
-hint links fill ":open {hint-url}"
+hint links fill :open {hint-url}
;o
-hint links fill ":open -t {hint-url}"
+hint links fill :open -t {hint-url}
;O
-hint links fill ":open -b {hint-url}"
+hint links fill :open -b {hint-url}
.o
hint links yank
yank -s
yY
-yank -t
+yank title
yt
-yank -ts
+yank title -s
yT
-yank -d
+yank domain
yd
-yank -ds
+yank domain -s
yD
-paste
+open -- {clipboard}
pp
-paste -s
+open -- {primary}
pP
-paste -t
+open -t -- {clipboard}
Pp
-paste -ts
+open -t -- {primary}
PP
-paste -w
+open -w -- {clipboard}
wp
-paste -ws
+open -w -- {primary}
wP
quickmark-save
enter-mode jump_mark
'
-yank -p
+yank pretty-url
yp
-yank -ps
+yank pretty-url -s
yP
+hint inputs
+ ;t
+
+repeat-command
+ .
+
+set-cmd-text /
+ /
+
+set-cmd-text ?
+ ?
+
+set-cmd-text :
+ :
+
+tab-next
+ <ctrl-pgdown>
+
[insert]
# Keybindings for insert mode.
# Since normal keypresses are passed through, only special keys are
open-editor
<ctrl-e>
-paste-primary
+insert-text {primary}
<shift-ins>
[hint]
# Useful hidden commands to map in this section:
# * `command-history-prev`: Switch to previous command in history.
# * `command-history-next`: Switch to next command in history.
-# * `completion-item-prev`: Select previous item in completion.
-# * `completion-item-next`: Select next item in completion.
+# * `completion-item-focus`: Select another item in completion.
# * `command-accept`: Execute the command currently in the commandline.
command-history-prev
command-history-next
<ctrl-n>
-completion-item-prev
+completion-item-focus prev
<shift-tab>
<up>
-completion-item-next
+completion-item-focus next
<tab>
<down>
<enter>
<shift-enter>
+completion-item-focus next-category
+ <ctrl-tab>
+
+completion-item-focus prev-category
+ <ctrl-shift-tab>
+
[prompt]
# Keybindings for prompts in the status line.
# You can bind normal keys in this mode, but they will be only active
prompt-no
n
+prompt-open-download
+ <ctrl-x>
+
[command,prompt]
rl-backward-char
rl-unix-word-rubout
<ctrl-w>
+
+rl-backward-kill-word
<alt-backspace>
rl-yank
move-to-end-of-document
G
-yank-selected -p
+yank selection -s
Y
-yank-selected
+yank selection
y
<return>
<ctrl-m>