mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 04:05:45 +01:00
use argCount: "?" for :tabmove
This commit is contained in:
@@ -128,13 +128,14 @@ ________________________________________________________________________________
|
||||
|
||||
|
||||
|:tabm| |:tabmove|
|
||||
||:tabm[ove] [N]|| +
|
||||
||:tabm[ove][!] +N | -N|| +
|
||||
||:tabm[ove] [a][N][a]|| +
|
||||
||:tabm[ove][!] [a]+N[a] | [a]-N[a]|| +
|
||||
________________________________________________________________________________
|
||||
Move the current tab to a position after tab N. When N is 0, the current tab
|
||||
is made the first one. Without N the current tab is made the last one. N can
|
||||
also be prefixed with "+" or "-" to indicate a relative movement. If [!] is
|
||||
specified the movement wraps around the start or end of the tab list.
|
||||
Move the current tab to a position after tab [a]N[a]. When [a]N[a] is 0, the
|
||||
current tab is made the first one. Without [a]N[a] the current tab is made the
|
||||
last one. [a]N[a] can also be prefixed with "+" or "-" to indicate a relative
|
||||
movement. If [!] is specified the movement wraps around the start or end of the
|
||||
tab list.
|
||||
________________________________________________________________________________
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user