parent
af3c9a2b9e
commit
392ea8825b
@ -74,6 +74,9 @@ Major changes
|
|||||||
the entire browsing history. The default for
|
the entire browsing history. The default for
|
||||||
`completion.web_history_max_items` got changed to `-1` (unlimited). If the
|
`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.
|
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
|
Added
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -18,8 +18,9 @@ the old defaults.
|
|||||||
Other changes in default settings:
|
Other changes in default settings:
|
||||||
|
|
||||||
- `<Up>` and `<Down>` in the completion now navigate through command history
|
- `<Up>` and `<Down>` in the completion now navigate through command history
|
||||||
instead of selecting completion items. You can get back the old behavior by
|
instead of selecting completion items. Use `<Tab>`/`<Shift-Tab>` to cycle
|
||||||
doing:
|
through the completion instead.
|
||||||
|
You can get back the old behavior by doing:
|
||||||
+
|
+
|
||||||
----
|
----
|
||||||
:bind -f -m command <Up> completion-item-focus prev
|
:bind -f -m command <Up> completion-item-focus prev
|
||||||
|
Loading…
Reference in New Issue
Block a user