summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configcommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config/configcommands.py')
-rw-r--r--qutebrowser/config/configcommands.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/qutebrowser/config/configcommands.py b/qutebrowser/config/configcommands.py
index 2eec817f8..d674401e1 100644
--- a/qutebrowser/config/configcommands.py
+++ b/qutebrowser/config/configcommands.py
@@ -152,9 +152,8 @@ class ConfigCommands:
key: The keychain to bind. Examples of valid keychains are `gC`,
`<Ctrl-X>` or `<Ctrl-C>a`.
command: The command to execute, with optional args.
- mode: A comma-separated list of modes to bind the key in
- (default: `normal`). See `:help bindings.commands` for the
- available modes.
+ mode: The mode to bind the key in (default: `normal`). See `:help
+ bindings.commands` for the available modes.
default: If given, restore a default binding.
"""
if key is None:
@@ -193,7 +192,7 @@ class ConfigCommands:
Args:
key: The keychain to unbind. See the help for `:bind` for the
correct syntax for keychains.
- mode: A mode to unbind the key in (default: `normal`).
+ mode: The mode to unbind the key in (default: `normal`).
See `:help bindings.commands` for the available modes.
"""
with self._handle_config_error():