[qutebrowser] Untrack URLs in the same tab. I don't need to keep the old one

This commit is contained in:
Sebastian Schulze 2022-01-18 21:15:11 +01:00
parent d90cbd389c
commit 8f8409a542
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ c.hints.chars = "qwertasdfyxcv"
c.hints.min_chars = 1
config.bind(',grl', 'greasemonkey-reload')
config.bind(',uu', 'spawn -u untrack-url -O {url}')
config.bind(',uu', 'spawn -u untrack-url -o {url}')
config.bind(',uf', 'hint links spawn -u untrack-url -O {hint-url}')
config.bind(',up', 'spawn -u untrack-url -p {clipboard}')