X-Git-Url: https://git.donarmstrong.com/dactyl.git?a=blobdiff_plain;f=common%2Flocale%2Fen-US%2Ftabs.xml;h=f4379266061982ab031b558c5a2bd2f83443031f;hb=9044153cb63835e39b9de8ec4ade237c03e3888a;hp=d275bfe301e7c88e5759837ca0bbc04a68c089c7;hpb=70740024f9c028c1fd63e1a1850ab062ff956054;p=dactyl.git diff --git a/common/locale/en-US/tabs.xml b/common/locale/en-US/tabs.xml index d275bfe..f437926 100644 --- a/common/locale/en-US/tabs.xml +++ b/common/locale/en-US/tabs.xml @@ -58,6 +58,23 @@

Opening tabs

+ + ]]> + count]]> + +

Execute the next count mappings in a new tab.

+
+
+ + + :bg :background + :background + +

Execute a command opening any new tabs in the background.

+
+
+ + :tab @@ -95,8 +112,8 @@ countgb

- Repeat last :buffer! command. This is useful to quickly jump between - buffers which have a similar URL or title. + Repeat last :buffer command. This is useful to quickly + jump between buffers which have a similar URL or title.

@@ -107,7 +124,7 @@ countgB

- Repeat last :buffer! command in the reverse direction. + Repeat last :buffer command in the reverse direction.

@@ -269,6 +286,17 @@ buffer list. If this is the last buffer in a window, the window will be closed.

+ +

The following options are available:

+ +
+
-group
+
+ Attach to a tab group in the current window rather than to a + separate window. + (short name -g). +
+
@@ -299,10 +327,6 @@ d :tabc :tabclose - :bun :bunload :bw :bwipeout :bd :bdelete - :countbdelete! arg - :countbunload! arg - :countbwipeout! arg :counttabclose! arg countd @@ -312,9 +336,20 @@

- When used with arg, remove all tabs which contain arg in the - currently opened hostname. With !, remove all tabs for which - the currently opened page's URL or title contains arg. + When used with arg, remove all visible tabs which match the + site-filter arg. With !, remove all tabs + for which the currently opened page's URL or title matches the + regular expression arg. +

+
+
+ + + :bd :bdelete + :countbdelete! arg + +

+ Like :tabclose but include hidden tabs.