Update docs
This commit is contained in:
parent
b00abbf1d5
commit
641a2d9b42
@ -36,6 +36,8 @@ Changed
|
|||||||
loading it.
|
loading it.
|
||||||
- `:open` now also accepts quickmark names instead of URLs
|
- `:open` now also accepts quickmark names instead of URLs
|
||||||
- `:tab-move` now optionally takes an index for absolute moving.
|
- `:tab-move` now optionally takes an index for absolute moving.
|
||||||
|
- Commands taking either an argument or a count (like `:zoom` or `:tab-focus`)
|
||||||
|
now prefer the count instead of showing an error message.
|
||||||
|
|
||||||
v0.8.2
|
v0.8.2
|
||||||
------
|
------
|
||||||
|
@ -150,9 +150,9 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Jakub Klinkovský
|
* Jakub Klinkovský
|
||||||
* Martin Tournoij
|
* Martin Tournoij
|
||||||
* Raphael Pierzina
|
* Raphael Pierzina
|
||||||
|
* Marshall Lochbaum
|
||||||
* Joel Torstensson
|
* Joel Torstensson
|
||||||
* Jan Verbeek
|
* Jan Verbeek
|
||||||
* Marshall Lochbaum
|
|
||||||
* Patric Schmitz
|
* Patric Schmitz
|
||||||
* Tarcisio Fedrizzi
|
* Tarcisio Fedrizzi
|
||||||
* Claude
|
* Claude
|
||||||
|
@ -755,11 +755,12 @@ Syntax: +:tab-focus ['index']+
|
|||||||
|
|
||||||
Select the tab given as argument/[count].
|
Select the tab given as argument/[count].
|
||||||
|
|
||||||
If neither count nor index are given, it behaves like tab-next.
|
If neither count nor index are given, it behaves like tab-next. If both are given, use count.
|
||||||
|
|
||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'index'+: The tab index to focus, starting with 1. The special value `last` focuses the last focused tab. Negative indexes
|
* +'index'+: The tab index to focus, starting with 1. The special value `last` focuses the last focused tab (regardless of count).
|
||||||
counts from the end, such that -1 is the last tab.
|
Negative indices count from the end, such that -1 is the
|
||||||
|
last tab.
|
||||||
|
|
||||||
|
|
||||||
==== count
|
==== count
|
||||||
@ -863,7 +864,7 @@ Syntax: +:zoom ['zoom']+
|
|||||||
|
|
||||||
Set the zoom level for the current tab.
|
Set the zoom level for the current tab.
|
||||||
|
|
||||||
The zoom can be given as argument or as [count]. If neither of both is given, the zoom is set to the default zoom.
|
The zoom can be given as argument or as [count]. If neither is given, the zoom is set to the default zoom. If both are given, use [count].
|
||||||
|
|
||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'zoom'+: The zoom percentage to set.
|
* +'zoom'+: The zoom percentage to set.
|
||||||
|
Loading…
Reference in New Issue
Block a user