diff --git a/qutebrowser/config/keyconfparser.py b/qutebrowser/config/keyconfparser.py index b4c8e3474..ca7b5ba23 100644 --- a/qutebrowser/config/keyconfparser.py +++ b/qutebrowser/config/keyconfparser.py @@ -131,7 +131,7 @@ class KeyConfigParser(QObject): f.write(data) @cmdutils.register(instance='key-config', maxsplit=1) - def bind(self, key, command, mode=None): + def bind(self, key, command, *, mode=None): """Bind a key to a command. Args: