mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-24 14:16:49 +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:
|
||||
global:
|
||||
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+q>: close
|
||||
<Ctrl+w>: tab-close
|
||||
|
|
Loading…
Reference in a new issue