X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Flocale%2Fen-US%2Ftabs.xml;h=d275bfe301e7c88e5759837ca0bbc04a68c089c7;hb=70740024f9c028c1fd63e1a1850ab062ff956054;hp=d894020ca4c29a2abbd4599d5d27dc50372348d2;hpb=eeed0be1a8abf7e3c97f43b63c1d595e940fef21;p=dactyl.git diff --git a/common/locale/en-US/tabs.xml b/common/locale/en-US/tabs.xml index d894020..d275bfe 100644 --- a/common/locale/en-US/tabs.xml +++ b/common/locale/en-US/tabs.xml @@ -82,17 +82,6 @@ - - :tabdu :tabduplicate - :counttabduplicate - -

- Duplicate the current tab and focus the duplicate. If - count is given, duplicate the tab count times. -

-
-
-

See opening for other ways to open new tabs. @@ -205,6 +194,7 @@ b :b :buffer :countbuffer! url|index + :countbuffer! match countb

@@ -216,8 +206,9 @@

If argument is neither a full URL nor an index but uniquely identifies a - buffer, it is selected. With ! the next buffer matching the argument is - selected, even if it cannot be identified uniquely. Use b as a + buffer, by a partial match with the URL or title, it is selected. + With ! the next buffer matching the argument is selected, + even if it cannot be identified uniquely. Use b as a shortcut to open this prompt.

@@ -285,15 +276,20 @@ :tabm :tabmove - :tabmove N - :tabmove! +N | -N + :tabmove N + :tabmove match + :tabmove! +N|-N

- 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 the position of tab N. When N + is $, 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. +

+

+ The tab index may also be selected by a general match string + like :buffer.

@@ -381,6 +377,32 @@ +

Application Tabs

+ + + :pin :pintab + :countpintab! arg + +

+ Pin tab as an application tab. If ! is given, + the tab's pinned state is toggled. Arguments and count + are the same as for :bdelete and :buffer. +

+
+
+ + + :unpin :unpintab + :countunpintab arg + +

+ Unpin tab as an application tab. Arguments and count + are the same as for :pintab. +

+
+
+ +