# vim: ft=conf
#
-# In this config file, qutebrowser's keybindings are configured.
+# In this config file, qutebrowser's key bindings are configured.
# The format looks like this:
#
# [keymode]
# All blank lines and lines starting with '#' are ignored.
# Inline-comments are not permitted.
#
-# keymode is a comma separated list of modes in which the keybinding should be
-# active. If keymode starts with !, the keybinding is active in all modes
+# keymode is a comma separated list of modes in which the key binding should be
+# active. If keymode starts with !, the key binding is active in all modes
# except the listed modes.
#
# For special keys (can't be part of a keychain), enclose them in `<`...`>`.
# * Shift: `Shift`
#
# For simple keys (no `<>`-signs), a capital letter means the key is pressed
-# with Shift. For special keys (with `<>`-signs), you need to explicitely add
+# 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 `;;`.
[normal]
# Keybindings for normal mode.
-set-cmd-text ":open "
+set-cmd-text -s :open
o
-set-cmd-text ":open {url}"
+set-cmd-text :open {url}
go
-set-cmd-text ":open -t "
+set-cmd-text -s :open -t
O
-set-cmd-text ":open -t {url}"
+set-cmd-text :open -t {url}
gO
-set-cmd-text ":open -b "
+set-cmd-text -s :open -b
xo
-set-cmd-text ":open -b {url}"
+set-cmd-text :open -b {url}
xO
-set-cmd-text ":open -w "
+set-cmd-text -s :open -w
wo
-set-cmd-text ":open -w {url}"
+set-cmd-text :open -w {url}
wO
-open -t about:blank
+open -t
<Ctrl-T>
tab-close
quickmark-save
m
-set-cmd-text ":quickmark-load "
+set-cmd-text -s :quickmark-load
b
-set-cmd-text ":quickmark-load -t "
+set-cmd-text -s :quickmark-load -t
B
-set-cmd-text ":quickmark-load -w"
+set-cmd-text :quickmark-load -w
wb
save
sf
-set-cmd-text ":set "
+set-cmd-text -s :set
ss
-set-cmd-text ":set -t "
+set-cmd-text -s :set -t
sl
-set-cmd-text ":set keybind "
+set-cmd-text -s :set keybind
sk
zoom-out
inspector
wi
-download-page
+download
gd
-cancel-download
+download-cancel
ad
view-source