diff --git a/qutebrowser/config/configcommands.py b/qutebrowser/config/configcommands.py index 8b6c3ce3f..014235bf7 100644 --- a/qutebrowser/config/configcommands.py +++ b/qutebrowser/config/configcommands.py @@ -97,7 +97,8 @@ class ConfigCommands: no_cmd_split=True, no_replace_variables=True) @cmdutils.argument('command', completion=configmodel.bind) @cmdutils.argument('win_id', win_id=True) - def bind(self, win_id, key=None, command=None, *, mode='normal', default=False): + def bind(self, win_id, key=None, command=None, *, mode='normal', + default=False): """Bind a key to a command. Args: