qutebrowser: replace deprecated command
This commit is contained in:
parent
fc2f333223
commit
40cc60abd8
@ -107,7 +107,7 @@ 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)
|
# 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
|
# Get image URL quickly
|
||||||
config.bind(";I", "hint images yank")
|
config.bind(";I", "hint images yank")
|
||||||
# This overrides pP because I don't use primary clip
|
# This overrides pP because I don't use primary clip
|
||||||
|
Loading…
Reference in New Issue
Block a user