qutebrowser: replace deprecated command

This commit is contained in:
dogeystamp 2023-08-27 11:00:17 -04:00
parent fc2f333223
commit 40cc60abd8
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -107,7 +107,7 @@ c.content.canvas_reading = False
c.content.webgl = False
# Bind '#' key to scroll to anchor (sections in wiki pages, for example)
config.bind("#", "set-cmd-text -s :scroll-to-anchor ")
config.bind("#", "cmd-set-text -s :scroll-to-anchor ")
# Get image URL quickly
config.bind(";I", "hint images yank")
# This overrides pP because I don't use primary clip