diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 5003300..5101070 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -103,7 +103,7 @@ config.bind(leader + "m", "hint links spawn umpv {hint-url}") config.bind(leader + "dM", "spawn youtube-dl -o ~/videos/%(title)s.%(ext)s {url}") config.bind( leader + "dm", - "hint --rapid links spawn youtube-dl -o ~/videos/%(title)s.%(ext)s {url}", + "hint --rapid links spawn youtube-dl -o ~/videos/%(title)s.%(ext)s {hint-url}", ) # Use q for quitting a tab (mimicks vim buffer) - qa is used for exiting