changing ytdl binding to just title no id

This commit is contained in:
Chris Cochrun 2020-11-05 07:08:02 -06:00
parent 94b9a2ecc4
commit d32dea7a32

View file

@ -2305,7 +2305,7 @@ config.bind('d', 'close')
# config.bind('}}', 'navigate next -t') # config.bind('}}', 'navigate next -t')
config.bind('v', 'hint links spawn --detach mpv --force-window yes {hint-url}') config.bind('v', 'hint links spawn --detach mpv --force-window yes {hint-url}')
config.bind('gv', 'spawn --detach mpv --force-window yes {url}') config.bind('gv', 'spawn --detach mpv --force-window yes {url}')
config.bind('gV', 'hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s-%(id)s.%(ext)s {hint-url}') config.bind('gV', 'hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s.%(ext)s {hint-url}')
## Bindings for caret mode ## Bindings for caret mode
# config.bind('$', 'move-to-end-of-line', mode='caret') # config.bind('$', 'move-to-end-of-line', mode='caret')