diff options
Diffstat (limited to 'qutebrowser/keys.conf')
-rw-r--r-- | qutebrowser/keys.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qutebrowser/keys.conf b/qutebrowser/keys.conf index 76f0e72..79a9e13 100644 --- a/qutebrowser/keys.conf +++ b/qutebrowser/keys.conf @@ -56,6 +56,9 @@ set-cmd-text -s :spawn --userscript url-from-surfraw set-cmd-text -s :spawn --userscript url-from-surfraw -t t +set-cmd-text -s :spawn mpv {url} + y + set-cmd-text :open {url} go @@ -422,10 +425,14 @@ undo # supported in this mode. # Useful hidden commands to map in this section: # * `open-editor`: Open a texteditor with the focused field. +# * `paste-primary`: Paste primary selection at cursor position. open-editor <Ctrl-E> +paste-primary + <Shift-Ins> + [hint] # Keybindings for hint mode. # Since normal keypresses are passed through, only special keys are |