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.
32 # Note that default keybindings are always bound, and need to be explicitly
33 # unbound if you wish to remove them:
47 # Keybindings for normal mode.
52 set-cmd-text :open {url}
55 set-cmd-text -s :open -t
58 set-cmd-text :open -t {url}
61 set-cmd-text -s :open -b
64 set-cmd-text :open -b {url}
67 set-cmd-text -s :open -w
70 set-cmd-text :open -w {url}
159 hint links fill :open {hint-url}
162 hint links fill :open -t {hint-url}
165 hint links fill :open -b {hint-url}
171 hint links yank-primary
174 hint --rapid links tab-bg
177 hint --rapid links window
241 open -t -- {clipboard}
247 open -w -- {clipboard}
253 set-cmd-text -s :quickmark-load
256 set-cmd-text -s :quickmark-load -t
259 set-cmd-text -s :quickmark-load -w
262 set-cmd-text -s :bookmark-load
265 set-cmd-text -s :bookmark-load -t
268 set-cmd-text -s :bookmark-load -w
277 set-cmd-text -s :set -t
280 set-cmd-text -s :bind
334 enter-mode passthrough
448 hint links spawn mpv {url}
451 clear-keychain ;; search ;; fullscreen --leave ;; fake-key <escape>
454 clear-keychain ;; search ;; fullscreen --leave
467 # Keybindings for insert mode.
468 # Since normal keypresses are passed through, only special keys are
469 # supported in this mode.
470 # Useful hidden commands to map in this section:
471 # * `open-editor`: Open a texteditor with the focused field.
472 # * `paste-primary`: Paste primary selection at cursor position.
477 insert-text {primary}
481 # Keybindings for hint mode.
482 # Since normal keypresses are passed through, only special keys are
483 # supported in this mode.
484 # Useful hidden commands to map in this section:
485 # * `follow-hint`: Follow the currently selected hint.
495 hint --rapid links tab-bg
505 # Keybindings for command mode.
506 # Since normal keypresses are passed through, only special keys are
507 # supported in this mode.
508 # Useful hidden commands to map in this section:
509 # * `command-history-prev`: Switch to previous command in history.
510 # * `command-history-next`: Switch to next command in history.
511 # * `completion-item-focus`: Select another item in completion.
512 # * `command-accept`: Execute the command currently in the commandline.
520 completion-item-focus prev
524 completion-item-focus next
539 completion-item-focus next-category
542 completion-item-focus prev-category
546 # Keybindings for prompts in the status line.
547 # You can bind normal keys in this mode, but they will be only active
548 # when a yes/no-prompt is asked. For other prompt modes, you can only
550 # Useful hidden commands to map in this section:
551 # * `prompt-accept`: Confirm the entered value.
552 # * `prompt-accept yes`: Answer yes to a yes/no question.
553 # * `prompt-accept no`: Answer no to a yes/no question.
572 prompt-item-focus prev
576 prompt-item-focus next
612 rl-backward-kill-word
621 rl-backward-delete-char
657 move-to-start-of-next-block
660 move-to-start-of-prev-block
663 move-to-end-of-next-block
666 move-to-end-of-prev-block
669 move-to-start-of-line
675 move-to-start-of-document
678 move-to-end-of-document