From 1c5c8cebd432fb996a94b386440fb5e32a83eaea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no>
Date: Sun, 21 Jan 2024 15:30:09 +0100
Subject: [PATCH] Deprecated commands fix

---
 .config/qutebrowser/config.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 4578c54..7cd39de 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -74,19 +74,19 @@ config.load_autoconfig()
 config.bind('m', 'spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {url}')
 config.bind('M', 'hint links spawn mpv --ytdl-format=bestvideo[height<=?720][fps<=?30][vcodec!=?vp9]+bestaudio/best {hint-url}')
 
-config.bind('<Ctrl+q>', 'enter-mode passthrough')
+config.bind('<Ctrl+q>', 'mode-enter passthrough')
 config.bind('<Ctrl+q>', 'mode-leave', mode='passthrough')
 
-config.bind('<Alt+Escape>', 'enter-mode passthrough')
+config.bind('<Alt+Escape>', 'mode-enter passthrough')
 config.bind('<Alt+Escape>', 'mode-leave', mode='passthrough')
 
-config.bind('t', 'set-cmd-text -s :open -t')
+config.bind('t', 'cmd-set-text -s :open -t')
 
 config.bind('<ctrl+n>', 'tab-next')
 config.bind('<ctrl+p>', 'tab-prev')
 
 config.bind('Ctrl-b', 'set-cmd-text -s :quickmark-load')
-config.bind('b', 'set-cmd-text -s :buffer')
+config.bind('b', 'cmd-set-text -s :buffer')
 # config.bind('J', 'scroll-page 0 1')
 # config.bind('K', 'scroll-page 0 -1')
 config.bind('J', 'tab-next')
-- 
GitLab