]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/locale/en-US/tabs.xml
Import 1.0rc1 supporting Firefox up to 11.*
[dactyl.git] / common / locale / en-US / tabs.xml
index d275bfe301e7c88e5759837ca0bbc04a68c089c7..f4379266061982ab031b558c5a2bd2f83443031f 100644 (file)
 
 <h2 tag="opening-tabs">Opening tabs</h2>
 
+<item>
+    <tags><![CDATA[<new-tab-next> <C-t>]]></tags>
+    <spec><oa>count</oa><![CDATA[<C-t>]]></spec>
+    <description>
+        <p>Execute the next <oa>count</oa> mappings in a new tab.</p>
+    </description>
+</item>
+
+<item>
+    <tags>:bg :background</tags>
+    <spec>:background</spec>
+    <description>
+        <p>Execute a command opening any new tabs in the background.</p>
+    </description>
+</item>
+
+
 <item>
     <tags>:tab</tags>
     <strut/>
     <spec><oa>count</oa>gb</spec>
     <description>
         <p>
-            Repeat last <ex>:buffer<oa>!</oa></ex> command. This is useful to quickly jump between
-            buffers which have a similar URL or title.
+            Repeat last <ex>:buffer</ex> command. This is useful to quickly
+            jump between buffers which have a similar URL or title.
         </p>
     </description>
 </item>
     <spec><oa>count</oa>gB</spec>
     <description>
         <p>
-            Repeat last <ex>:buffer<oa>!</oa></ex> command in the reverse direction.
+            Repeat last <ex>:buffer</ex> command in the reverse direction.
         </p>
     </description>
 </item>
             buffer list. If this is the last buffer in a window, the window
             will be closed.
         </p>
+
+        <p>The following options are available:</p>
+
+        <dl dt="width: 8em;">
+            <dt>-group</dt>
+            <dd>
+                Attach to a tab group in the current window rather than to a
+                separate window.
+                (short name <em>-g</em>).
+            </dd>
+        </dl>
     </description>
 </item>
 
 <item>
     <tags>d</tags>
     <tags>:tabc :tabclose</tags>
-    <tags>:bun :bunload :bw :bwipeout :bd :bdelete</tags>
-    <spec>:<oa>count</oa>bd<oa>elete</oa><oa>!</oa> <oa>arg</oa></spec>
-    <spec>:<oa>count</oa>bun<oa>load</oa><oa>!</oa> <oa>arg</oa></spec>
-    <spec>:<oa>count</oa>bw<oa>ipeout</oa><oa>!</oa> <oa>arg</oa></spec>
     <spec>:<oa>count</oa>tabc<oa>lose</oa><oa>!</oa> <oa>arg</oa></spec>
     <spec><oa>count</oa>d</spec>
     <description>
         </p>
 
         <p>
-            When used with <oa>arg</oa>, remove all tabs which contain <oa>arg</oa> in the
-            currently opened hostname. With <oa>!</oa>, remove all tabs for which
-            the currently opened page's URL or title contains <oa>arg</oa>.
+            When used with <oa>arg</oa>, remove all visible tabs which match the
+            <t>site-filter</t> <oa>arg</oa>. With <oa>!</oa>, remove all tabs
+            for which the currently opened page's URL or title matches the
+            regular expression <oa>arg</oa>.
+        </p>
+    </description>
+</item>
+
+<item>
+    <tags>:bd :bdelete</tags>
+    <spec>:<oa>count</oa>bd<oa>elete</oa><oa>!</oa> <oa>arg</oa></spec>
+    <description>
+        <p>
+            Like <ex>:tabclose</ex> but include hidden tabs.
         </p>
     </description>
 </item>