summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-24 09:29:41 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-24 09:29:41 +0100
commitff63d0c1b0331a8fee8808dbb536a0ebbe3bbb68 (patch)
treef69bc0faebf1d99547ca9bec6d1e8fa580232b98 /doc
parent88b83c296cfb6a480d61de5aeb4609df660f3176 (diff)
downloadqutebrowser-ff63d0c1b0331a8fee8808dbb536a0ebbe3bbb68.tar.gz
qutebrowser-ff63d0c1b0331a8fee8808dbb536a0ebbe3bbb68.zip
Change default binding for T
See #6314 and #2907
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc5
-rw-r--r--doc/help/settings.asciidoc2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index fe9e34d96..63f179467 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -27,6 +27,8 @@ Deprecated
driver was dropped. Newer Qt 5.12.x versions are still fully supported.
- The `--force` argument for `:tab-only` is deprecated, use `--pinned close`
instead.
+- Using `:tab-focus` without an argument or count is now deprecated, use
+ `:tab-next` instead.
Added
~~~~~
@@ -82,6 +84,9 @@ Changed
- When an external file selector is used, some additional validation is done on
the picked files now, so that errors are shown if e.g. a directory is selected
when a file was expected.
+- The default binding for `T` (`:tab-focus`) got changed so that it fills the
+ command line with `:tab-focus` if used without a count (instead of being
+ equivalent to `:tab-next` in that case).
Fixed
~~~~~
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index ad6ec6ff1..f02b9bc96 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -624,7 +624,7 @@ Default:
* +pass:[Sh]+: +pass:[history]+
* +pass:[Sq]+: +pass:[bookmark-list]+
* +pass:[Ss]+: +pass:[set]+
-* +pass:[T]+: +pass:[tab-focus]+
+* +pass:[T]+: +pass:[set-cmd-text -sr :tab-focus]+
* +pass:[U]+: +pass:[undo -w]+
* +pass:[V]+: +pass:[mode-enter caret ;; selection-toggle --line]+
* +pass:[ZQ]+: +pass:[quit]+