diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-07 15:08:04 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-07 15:08:04 +0100 |
commit | fb4f6287e25c1a283ae92ad801677278ad22d1f6 (patch) | |
tree | a5d0ca9da2ce865e7331a3851bce9c6248794d50 /qutebrowser/keys.conf | |
parent | 9610f2882a877ad573a585de421dee9bf66abe78 (diff) |
Update qutebrowser configuration
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 |