Update docs
This commit is contained in:
parent
570d8b4abe
commit
d01616109e
@ -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
|
||||
------
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user