From: Samir Benmendil Date: Mon, 30 Oct 2023 22:07:20 +0000 (+0000) Subject: qutebrowser: open hints in mpv using M X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/dbc771e26e30697ab6c6288a88e28a63b7789cc7?ds=sidebyside qutebrowser: open hints in mpv using M --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index f7e0acc..cf752b5 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1989,6 +1989,8 @@ config.bind('gr', 'tab-move +') # config.bind('k', 'scroll up') # config.bind('l', 'scroll right') config.bind('m', 'spawn mpv {url}') +# TODO: add hints.selector for ytdl compatible links +config.bind('M', 'hint links spawn mpv {hint-url}') # config.bind('n', 'search-next') # config.bind('o', 'set-cmd-text -s :open') # config.bind('pP', 'open -- {primary}')