diff --git a/qutebrowser/config/maps.py b/qutebrowser/config/maps.py index ccc757a..b629f30 100644 --- a/qutebrowser/config/maps.py +++ b/qutebrowser/config/maps.py @@ -94,7 +94,7 @@ config.bind( "config-cycle content.user_stylesheets " + 'stylesheets/stylesheet.css ""', ) -config.bind(leader + "a", "set-cmd-text -s :taskadd") +config.bind(leader + "a", "cmd-set-text -s :taskadd") # Enable and disable javascript config.bind(leader + "js", "config-cycle content.javascript.enabled true false")