Update docs

This commit is contained in:
Florian Bruhin 2016-08-10 17:40:27 +02:00
parent 7213850238
commit 4205e1c95b
2 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,8 @@ Changed
- With `new-instance-open-target` set to a tab option, the tab is now opened in
the most recently focused (instead of the last opened) window. This can be
configured with the new `new-instance-open-target.window` setting.
It can also be set to `last-visible` to show the pages in the most recently
visible window.
- Word hints now are more clever about getting the element text from some elements.
- Completions for `:help` and `:bind` now also show hidden commands
- The `:buffer` completion now also filters using the first column (id).

View File

@ -456,6 +456,7 @@ Valid values:
* +last-opened+: Open new tabs in the last opened window.
* +last-focused+: Open new tabs in the most recently focused window.
* +last-visible+: Open new tabs in the most recently visible window.
Default: +pass:[last-focused]+