1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-01-11 22:57:03 +00:00

Qutebrowser: change youtube-dl bind to ydl

This commit is contained in:
Phantop 2019-03-25 16:54:43 -04:00
parent c1b900185f
commit 87e26d070b

View file

@ -13,7 +13,7 @@ settings:
bindings.commands: bindings.commands:
global: global:
normal: normal:
<Ctrl+Shift+m>: spawn fish -c 'cd Downloads; youtube-dl "{url}"' <Ctrl+Shift+m>: spawn fish -c 'cd Downloads; ydl "{url}"'
<Ctrl+m>: spawn mpv {url} <Ctrl+m>: spawn mpv {url}
<Ctrl+q>: close <Ctrl+q>: close
<Ctrl+w>: tab-close <Ctrl+w>: tab-close