qutebrowser: Add bind to scroll to anchor

This commit is contained in:
dogeystamp 2022-05-22 10:35:31 -04:00
parent 961162c346
commit 7f46540937
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -67,3 +67,6 @@ c.content.headers.do_not_track = None;
# Block certain trackers
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 ")