From 392ea8825bb31e6888557df4c9ee18af5e4b7329 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 15 Oct 2017 12:21:14 +0200 Subject: [PATCH] Clarify completion keybinding changes See #3125 [ci skip] --- doc/changelog.asciidoc | 3 +++ doc/help/configuring.asciidoc | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 931dd8fd3..5a48959bd 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -74,6 +74,9 @@ Major changes the entire browsing history. The default for `completion.web_history_max_items` got changed to `-1` (unlimited). If the completion is too slow on your machine, try setting it to a few 1000 items. +- Up/Down now navigates through the command history instead of selecting + completion items. Either use Tab to cycle through the completion, or + https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#migrating-older-configurations[restore the old behavior]. Added ~~~~~ diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index 39a72201b..997e47246 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -18,8 +18,9 @@ the old defaults. Other changes in default settings: - `` and `` in the completion now navigate through command history - instead of selecting completion items. You can get back the old behavior by - doing: + instead of selecting completion items. Use ``/`` to cycle + through the completion instead. + You can get back the old behavior by doing: + ---- :bind -f -m command completion-item-focus prev