]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/keys.conf
qutebrowser: update configs
[dotfiles.git] / qutebrowser / keys.conf
index 4b7e613b00b1b730c23cf077555df460e0d66327..7fc77749a2bee4e88efcab728e299d40b744a2ef 100644 (file)
@@ -1,6 +1,6 @@
 # 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]
@@ -13,8 +13,8 @@
 # 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 `<`...`>`.
@@ -26,7 +26,7 @@
 #  * 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 `;;`.
 
@@ -39,31 +39,31 @@ leave-mode
 [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
@@ -236,25 +236,25 @@ paste -ws
 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
@@ -293,10 +293,10 @@ navigate decrement
 inspector
     wi
 
-download-page
+download
     gd
 
-cancel-download
+download-cancel
     ad
 
 view-source