Update docs

This commit is contained in:
Florian Bruhin 2016-04-09 21:18:44 +02:00
parent 570d8b4abe
commit d01616109e
3 changed files with 9 additions and 1 deletions

View File

@ -22,6 +22,12 @@ Added
- New `:edit-url` command to edit the URL in an external editor.
Changed
~~~~~~~
- `:tab-focus` can now take a negative index to focus the nth tab counted from
the right.
v0.6.0
------

View File

@ -218,6 +218,7 @@ Contributors, sorted by the number of commits in descending order:
* Samuel Loury
* Matthias Lisin
* Marcel Schilling
* Johannes Martinsson
* Jean-Christophe Petkovich
* Jay Kamat
* Helen Sherwood-Taylor

View File

@ -719,7 +719,8 @@ Select the tab given as argument/[count].
If neither count nor index are given, it behaves like tab-next.
==== positional arguments
* +'index'+: The tab index to focus, starting with 1. Negative values counts from the end, such that -1 will focus the last tab. The special value `last` focuses the last focused tab.
* +'index'+: The tab index to focus, starting with 1. The special value `last` focuses the last focused tab. Negative indexes
counts from the end, such that -1 is the last tab.
==== count