From 40cc60abd8b500082dcc62033b4a64d229a20052 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sun, 27 Aug 2023 11:00:17 -0400 Subject: [PATCH] qutebrowser: replace deprecated command --- src/.config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.config/qutebrowser/config.py b/src/.config/qutebrowser/config.py index 8ca06ea..a1333e1 100644 --- a/src/.config/qutebrowser/config.py +++ b/src/.config/qutebrowser/config.py @@ -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