3 # In this config file, qutebrowser's key bindings are configured.
4 # The format looks like this:
13 # All blank lines and lines starting with '#' are ignored.
14 # Inline-comments are not permitted.
16 # keymode is a comma separated list of modes in which the key binding should be
17 # active. If keymode starts with !, the key binding is active in all modes
18 # except the listed modes.
20 # For special keys (can't be part of a keychain), enclose them in `<`...`>`.
21 # For modifiers, you can use either `-` or `+` as delimiters, and these names:
23 # * Control: `Control`, `Ctrl`
24 # * Meta: `Meta`, `Windows`, `Mod4`
25 # * Alt: `Alt`, `Mod1`
28 # For simple keys (no `<>`-signs), a capital letter means the key is pressed
29 # with Shift. For special keys (with `<>`-signs), you need to explicitly add
30 # `Shift-` to match a key pressed with shift. You can bind multiple commands
31 # by separating them with `;;`.
40 # Keybindings for normal mode.
45 set-cmd-text :open {url}
48 set-cmd-text -s :open -t
51 set-cmd-text :open -t {url}
54 set-cmd-text -s :open -b
57 set-cmd-text :open -b {url}
60 set-cmd-text -s :open -w
63 set-cmd-text :open -w {url}
151 hint links fill ":open {hint-url}"
154 hint links fill ":open -t {hint-url}"
157 hint links fill ":open -b {hint-url}"
163 hint links yank-primary
239 set-cmd-text -s :quickmark-load
242 set-cmd-text -s :quickmark-load -t
245 set-cmd-text :quickmark-load -w
254 set-cmd-text -s :set -t
257 set-cmd-text -s :set keybind
308 enter-mode passthrough
366 # Keybindings for insert mode.
367 # Since normal keypresses are passed through, only special keys are
368 # supported in this mode.
369 # Useful hidden commands to map in this section:
370 # * `open-editor`: Open a texteditor with the focused field.
376 # Keybindings for hint mode.
377 # Since normal keypresses are passed through, only special keys are
378 # supported in this mode.
379 # Useful hidden commands to map in this section:
380 # * `follow-hint`: Follow the currently selected hint.
386 # Keybindings for command mode.
387 # Since normal keypresses are passed through, only special keys are
388 # supported in this mode.
389 # Useful hidden commands to map in this section:
390 # * `command-history-prev`: Switch to previous command in history.
391 # * `command-history-next`: Switch to next command in history.
392 # * `completion-item-prev`: Select previous item in completion.
393 # * `completion-item-next`: Select next item in completion.
394 # * `command-accept`: Execute the command currently in the commandline.
416 # Keybindings for prompts in the status line.
417 # You can bind normal keys in this mode, but they will be only active
418 # when a yes/no-prompt is asked. For other prompt modes, you can only
420 # Useful hidden commands to map in this section:
421 # * `prompt-accept`: Confirm the entered value.
422 # * `prompt-yes`: Answer yes to a yes/no question.
423 # * `prompt-no`: Answer no to a yes/no question.
474 rl-backward-delete-char