From 4338c3a9b998cb49493338c1a55c94ac9cc3804b Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 8 Sep 2024 11:29:28 -0500 Subject: [PATCH] Fix unbind in normal mode error --- user/app/browser/qutebrowser.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index 5b57c3b..2eb099c 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -230,8 +230,6 @@ config.bind('', 'cmd-set-text /', mode='passthrough') config.bind('', 'reload', mode='passthrough') config.unbind('') config.unbind('') -config.unbind('') -config.unbind('') # spawn external programs config.bind(',m', 'hint links spawn mpv {hint-url}')