summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-03-11 19:42:51 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-03-11 19:43:05 +0100
commit4a7e87e645e62c18230a51fbfd97fba527c13339 (patch)
treee58f224c9ef91ad91f77c5350e8ba906ff5bd6fd
parent22d2c2960c59b8451765476666edfc7a4592b96b (diff)
downloadqutebrowser-4a7e87e645e62c18230a51fbfd97fba527c13339.tar.gz
qutebrowser-4a7e87e645e62c18230a51fbfd97fba527c13339.zip
Fix bindings.commands docs
-rw-r--r--doc/help/settings.asciidoc4
-rw-r--r--qutebrowser/config/configdata.yml4
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 0adc95fdd..4c50b3e3f 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -440,9 +440,7 @@ The following modes are available:
that single keys can't be bound in this mode.
* passthrough: Similar to insert mode, but passes through all keypresses
- except `<Escape>` to leave the mode. It might be useful to bind
- `<Escape>` to some other key in this mode if you want to be able to send
- an Escape key to the website as well. Note that single keys can't be
+ except `<Shift+Escape>` to leave the mode. Note that single keys can't be
bound in this mode.
* command: Entered when pressing the `:` key in order to enter a command.
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 1d41d147d..3f095b5a3 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -3922,9 +3922,7 @@ bindings.commands:
that single keys can't be bound in this mode.
* passthrough: Similar to insert mode, but passes through all keypresses
- except `<Escape>` to leave the mode. It might be useful to bind
- `<Escape>` to some other key in this mode if you want to be able to send
- an Escape key to the website as well. Note that single keys can't be
+ except `<Shift+Escape>` to leave the mode. Note that single keys can't be
bound in this mode.
* command: Entered when pressing the `:` key in order to enter a command.