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 `;;`.
35 clear-keychain ;; leave-mode
40 # Keybindings for normal mode.
42 clear-keychain ;; search
48 set-cmd-text :open {url}
51 set-cmd-text -s :open -t
54 set-cmd-text :open -t {url}
57 set-cmd-text -s :open -b
60 set-cmd-text :open -b {url}
63 set-cmd-text -s :open -w
66 set-cmd-text :open -w {url}
155 hint links fill ":open {hint-url}"
158 hint links fill ":open -t {hint-url}"
161 hint links fill ":open -b {hint-url}"
167 hint links yank-primary
170 hint --rapid links tab-bg
173 hint --rapid links window
252 set-cmd-text -s :quickmark-load
255 set-cmd-text -s :quickmark-load -t
258 set-cmd-text -s :quickmark-load -w
264 set-cmd-text -s :bookmark-load
267 set-cmd-text -s :bookmark-load -t
270 set-cmd-text -s :bookmark-load -w
279 set-cmd-text -s :set -t
282 set-cmd-text -s :set keybind
336 enter-mode passthrough
409 # Keybindings for insert mode.
410 # Since normal keypresses are passed through, only special keys are
411 # supported in this mode.
412 # Useful hidden commands to map in this section:
413 # * `open-editor`: Open a texteditor with the focused field.
419 # Keybindings for hint mode.
420 # Since normal keypresses are passed through, only special keys are
421 # supported in this mode.
422 # Useful hidden commands to map in this section:
423 # * `follow-hint`: Follow the currently selected hint.
433 hint --rapid links tab-bg
443 # Keybindings for command mode.
444 # Since normal keypresses are passed through, only special keys are
445 # supported in this mode.
446 # Useful hidden commands to map in this section:
447 # * `command-history-prev`: Switch to previous command in history.
448 # * `command-history-next`: Switch to next command in history.
449 # * `completion-item-prev`: Select previous item in completion.
450 # * `completion-item-next`: Select next item in completion.
451 # * `command-accept`: Execute the command currently in the commandline.
479 # Keybindings for prompts in the status line.
480 # You can bind normal keys in this mode, but they will be only active
481 # when a yes/no-prompt is asked. For other prompt modes, you can only
483 # Useful hidden commands to map in this section:
484 # * `prompt-accept`: Confirm the entered value.
485 # * `prompt-yes`: Answer yes to a yes/no question.
486 # * `prompt-no`: Answer no to a yes/no question.
541 rl-backward-delete-char
577 move-to-start-of-next-block
580 move-to-start-of-prev-block
583 move-to-end-of-next-block
586 move-to-end-of-prev-block
589 move-to-start-of-line
595 move-to-start-of-document
598 move-to-end-of-document