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:
parent
c1b900185f
commit
87e26d070b
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue