diff --git a/qutebrowser/commands/__init__.py b/qutebrowser/commands/__init__.py index 0a71d7bc4..70f058d82 100644 --- a/qutebrowser/commands/__init__.py +++ b/qutebrowser/commands/__init__.py @@ -28,4 +28,6 @@ For command arguments, there are also some variables you can use: - `{url:pretty}` expands to the URL in decoded format - `{clipboard}` expands to the clipboard contents - `{primary}` expands to the primary selection contents + +It is possible to run or bind multiple commands by separating them with `;;`. """ diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 1c01c8470..89aee870f 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -1401,8 +1401,7 @@ KEY_FIRST_COMMENT = """ # # For simple keys (no `<>`-signs), a capital letter means the key is pressed # with Shift. For special keys (with `<>`-signs), you need to explicitly add -# `Shift-` to match a key pressed with shift. You can bind multiple commands -# by separating them with `;;`. +# `Shift-` to match a key pressed with shift. # # Note that default keybindings are always bound, and need to be explicitly # unbound if you wish to remove them: