From 3518fe19e8fef58a0af43a954bee9586730f3959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Tue, 23 Aug 2016 21:17:41 +0200 Subject: [PATCH] move explanation of ;; to commands documentation The note was out of place in keys.conf as it's not about keyinput. Since we have a top-level documentation for commands now, let's keep the info in once place. People will look there anyway for the documentation of commands they want to bind. --- qutebrowser/commands/__init__.py | 2 ++ qutebrowser/config/configdata.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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: