[qutebrowser] Add hint handlers for mpv and untrack-url

This commit is contained in:
Sebastian Schulze 2022-01-13 23:52:53 +01:00
parent f34f5ae151
commit 8d5ad7b8de
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,13 @@ c.hints.chars = "qwertasdfyxcv"
c.hints.min_chars = 1
config.bind(',grl', 'greasemonkey-reload')
config.bind(',ut', 'hint links spawn -u untrack-url -O {hint-url}')
config.bind(',uT', 'spawn -u untrack-url -p {clipboard}')
config.bind(',vu', 'spawn umpv {url}')
config.bind(',vf', 'hint links spawn umpv {hint-url}')
config.bind(',vF', 'hint --rapid links spawn umpv {hint-url}')
config.bind('<z><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)"')
config.bind('<z><u><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)" --username-only')
config.bind('<z><p><l>', 'spawn --userscript qute-pass --mode gopass --username-target secret --username-pattern "user: (.+)" --password-only')