Fix binding.

This commit is contained in:
CronyAkatsuki 2024-01-08 16:13:02 +01:00
parent 542cb7759e
commit 0638af581d

View File

@ -114,7 +114,7 @@ config.bind("B", "buku open -t")
config.bind(",ba", "buku add")
config.bind(",be", "buku edit")
config.bind(",bd", "buku delete")
config.bind(",bfa", "hint links spawn --userscript buku add")
config.bind(",bfa", "hint links spawn --userscript buku add {hint-url}")
# yt-dlp
config.bind(",y", "spawn --userscript yt-dlp")