qutebrowser: Add bind to scroll to anchor
This commit is contained in:
parent
961162c346
commit
7f46540937
@ -67,3 +67,6 @@ c.content.headers.do_not_track = None;
|
|||||||
# Block certain trackers
|
# Block certain trackers
|
||||||
c.content.canvas_reading = False
|
c.content.canvas_reading = False
|
||||||
c.content.webgl = 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 ")
|
||||||
|
Loading…
Reference in New Issue
Block a user