summaryrefslogtreecommitdiff
path: root/doc/faq.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-20 10:34:18 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-20 10:43:11 +0200
commit8b871164558545f75713b40392773f1b3adea185 (patch)
tree37e9feb4b34e3aca3d8d040f89ac6040c8f93604 /doc/faq.asciidoc
parentd1f2ea37fbc0836b896a8781f51e322d5e1a7537 (diff)
downloadqutebrowser-8b871164558545f75713b40392773f1b3adea185.tar.gz
qutebrowser-8b871164558545f75713b40392773f1b3adea185.zip
Clarify FAQ
Diffstat (limited to 'doc/faq.asciidoc')
-rw-r--r--doc/faq.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index d9048f24e..9c04bf4c1 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -206,7 +206,9 @@ Why does J move to the next (right) tab, and K to the previous (left) one?::
and qutebrowser's keybindings are designed to be compatible with dwb's.
The rationale behind it is that J is "down" in vim, and K is "up", which
corresponds nicely to "next"/"previous". It also makes much more sense with
- vertical tabs (e.g. `:set tabs.position left`).
+ vertical tabs (e.g. `:set tabs.position left`). If you prefer swapped
+ bindings, you can run `:bind J tab-prev` and `:bind K tab-next` to swap
+ them.
What's the difference between insert and passthrough mode?::
They are quite similar, but insert mode has some bindings (like `Ctrl-e` to