#
# For simple keys (no `<>`-signs), a capital letter means the key is pressed
# with Shift. For special keys (with `<>`-signs), you need to explicitly add
-# `Shift-` to match a key pressed with shift. You can bind multiple commands
-# by separating them with `;;`.
+# `Shift-` to match a key pressed with shift.
#
# Note that default keybindings are always bound, and need to be explicitly
# unbound if you wish to remove them:
set-cmd-text -s :set -t
sl
-set-cmd-text -s :set keybind
+set-cmd-text -s :bind
sk
zoom-out
# bind special keys.
# Useful hidden commands to map in this section:
# * `prompt-accept`: Confirm the entered value.
-# * `prompt-yes`: Answer yes to a yes/no question.
-# * `prompt-no`: Answer no to a yes/no question.
+# * `prompt-accept yes`: Answer yes to a yes/no question.
+# * `prompt-accept no`: Answer no to a yes/no question.
prompt-accept
<return>
<enter>
<shift-enter>
-prompt-yes
+prompt-accept yes
y
-prompt-no
+prompt-accept no
n
prompt-open-download