Clarify completion keybinding changes

See #3125
[ci skip]
This commit is contained in:
Florian Bruhin 2017-10-15 12:21:14 +02:00
parent af3c9a2b9e
commit 392ea8825b
2 changed files with 6 additions and 2 deletions

View File

@ -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
~~~~~

View File

@ -18,8 +18,9 @@ the old defaults.
Other changes in default settings:
- `<Up>` and `<Down>` 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 `<Tab>`/`<Shift-Tab>` to cycle
through the completion instead.
You can get back the old behavior by doing:
+
----
:bind -f -m command <Up> completion-item-focus prev