diff options
author | Kris Maglione <kris@vimperator.org> | 2009-10-24 18:45:11 -0400 |
---|---|---|
committer | Kris Maglione <kris@vimperator.org> | 2009-10-24 18:45:11 -0400 |
commit | c697b165a0afdb58cb1ac3a2563b2b3dde35d4a0 (patch) | |
tree | 1ad01e6b0ff079464c8a2cc59fc77120d7e4af88 /common/locale/en-US/tabs.xml | |
parent | 2c1f7316a6d3ddb95d399b28dd35b3a377729fae (diff) | |
download | pentadactyl-c697b165a0afdb58cb1ac3a2563b2b3dde35d4a0.tar.gz |
Update Xulmus docs, in theory.
--HG--
branch : xslt
rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml
rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
Diffstat (limited to 'common/locale/en-US/tabs.xml')
-rw-r--r-- | common/locale/en-US/tabs.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/common/locale/en-US/tabs.xml b/common/locale/en-US/tabs.xml index bf75f153..a1587c0f 100644 --- a/common/locale/en-US/tabs.xml +++ b/common/locale/en-US/tabs.xml @@ -27,9 +27,9 @@ Show a list of buffers (=tabs) matching <oa>filter</oa>. Without <oa>filter</oa> list all tabs. </p> - + <p>A buffer may be marked with one of the following indicators:</p> - + <dl> <dt>%</dt><dd>The current buffer</dd> <dt>#</dt><dd>The alternate buffer for <ex>:e #</ex> and <k name="C-^"/></dd> @@ -57,7 +57,7 @@ Execute <a>cmd</a> and tell it to output in a new tab. Works only for commands that support it, currently: </p> - + <p> * <ex>:tab addons</ex> * <ex>:tab downloads</ex> @@ -211,16 +211,16 @@ See <t>opening</t> for other ways to open new tabs. Go to the specified buffer from the buffer list. Argument can be either the buffer index or the full URL. If <oa>count</oa> is given, go to the <oa>count</oa>th buffer. </p> - + <p> If argument is neither a full URL nor an index but uniquely identifies a buffer, it is selected. With <oa>!</oa> the next buffer matching the argument is selected, even if it cannot be identified uniquely. Use <k>b</k> as a shortcut to open this prompt. </p> - + <p>If argument is <em>#</em>, the alternate buffer will be selected (see <k name="C-^"/>).</p> - + <p>If no argument is given the current buffer remains current.</p> </description> </item> @@ -308,7 +308,7 @@ See <t>opening</t> for other ways to open new tabs. Delete current buffer (=tab). If <oa>count</oa> is specified then <oa>count</oa> tabs are removed. Afterwards, the tab to the right of the deleted tab(s) is selected. </p> - + <p> When used with <oa>arg</oa>, remove all tabs which contain <oa>arg</oa> in the hostname. <oa>!</oa> forces this command to also search for <oa>arg</oa> in the full @@ -372,7 +372,7 @@ See <t>opening</t> for other ways to open new tabs. Execute <a>cmd</a> in each tab. <a>cmd</a> is executed in each tab starting with the first and ending with the last which becomes the current tab. </p> - + <p> <a>cmd</a> should not alter the tab list state by adding, removing or reordering tabs. |