1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-27 10:53:31 +01:00

move :buffer help to tabs.txt

This commit is contained in:
Doug Kearns
2008-08-04 01:03:01 +00:00
parent 5c8a28215d
commit a3de4d7780
10 changed files with 17 additions and 43 deletions

View File

@@ -5,7 +5,6 @@ HEADER
Autocommands are a way to automatically execute code when certain events Autocommands are a way to automatically execute code when certain events
happen. happen.
|:au| |:autocmd| + |:au| |:autocmd| +
||:au[tocmd]|| Execute commands automatically on events. ||:au[tocmd]|| Execute commands automatically on events.
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -27,7 +27,6 @@ in Vimperator. When Vimperator mode is temporarily disabled with <C-q>, <C-v>
will pass the next key to Vimperator instead of the web page. will pass the next key to Vimperator instead of the web page.
________________________________________________________________________________ ________________________________________________________________________________
section:Opening{nbsp}web{nbsp}pages[opening] section:Opening{nbsp}web{nbsp}pages[opening]
|o| |:o| |:open| |o| |:o| |:open|
@@ -86,7 +85,6 @@ Just like help::open[browsing.html,:open], but opens the resulting web page(s)
in a new window. in a new window.
________________________________________________________________________________ ________________________________________________________________________________
section:Navigating[navigating] section:Navigating[navigating]
|H| |<C-o>| |CTRL-O| |:ba| |:back| |H| |<C-o>| |CTRL-O| |:ba| |:back|

View File

@@ -144,7 +144,6 @@ or documentation. Change 'previouspattern' to modify its behavior. It follows
relations between files too. relations between files too.
________________________________________________________________________________ ________________________________________________________________________________
section:Zooming[zooming] section:Zooming[zooming]
|+| |zi| |+| |zi|

View File

@@ -73,7 +73,6 @@ on the mailing list or on #vimperator. Usually help should be grouped together
in logically connected subject areas like in logically connected subject areas like
help:opening{nbsp}web{nbsp}pages[browsing.html#opening]. help:opening{nbsp}web{nbsp}pages[browsing.html#opening].
section:Generating{nbsp}Documentation[generating-docs] section:Generating{nbsp}Documentation[generating-docs]
You can also autogenerate most of the asciidoc help after you have written a You can also autogenerate most of the asciidoc help after you have written a

View File

@@ -52,7 +52,7 @@ section:Help{nbsp}topics[overview]
- help:Buffer{nbsp}commands[buffer.html]: Operations on the current document like - help:Buffer{nbsp}commands[buffer.html]: Operations on the current document like
scrolling or copying text. scrolling or copying text.
- help:Tabs[tabs.html]: Manage your tabbed browsing session. - help:Tabs[tabs.html]: Manage your tabbed browsing session.
- help:Hints[hints.html]: Select hyperlinks. - help:Hints[hints.html]: Select hyperlinks.
- help:Key{nbsp}Mapping{nbsp}and{nbsp}Abbreviations[map.html]: Define new key mappings. - help:Key{nbsp}Mapping{nbsp}and{nbsp}Abbreviations[map.html]: Define new key mappings.
- help:Expression{nbsp}Evaluation[eval.html]: Execute JavaScript. - help:Expression{nbsp}Evaluation[eval.html]: Execute JavaScript.
- help:Options[options.html]: A description of all options. - help:Options[options.html]: A description of all options.

View File

@@ -83,7 +83,6 @@ The following options WILL be interpreted in the future:
* [!] a special version to delete ALL bookmarks * [!] a special version to delete ALL bookmarks
________________________________________________________________________________ ________________________________________________________________________________
section:History[history] section:History[history]
TO BE WRITTEN... TO BE WRITTEN...
@@ -145,7 +144,6 @@ The special version [c]:history![c] works the same as [c]:history[c] except
it opens all the found items in new tabs. it opens all the found items in new tabs.
________________________________________________________________________________ ________________________________________________________________________________
section:QuickMarks[quickmarks] section:QuickMarks[quickmarks]
INTRO TO BE WRITTEN... INTRO TO BE WRITTEN...
@@ -209,7 +207,6 @@ ________________________________________________________________________________
Show all QuickMarks. If [arg] is specified then limit the list to those QuickMarks mentioned. Show all QuickMarks. If [arg] is specified then limit the list to those QuickMarks mentioned.
________________________________________________________________________________ ________________________________________________________________________________
section:Local{nbsp}Marks[localmarks] section:Local{nbsp}Marks[localmarks]
Local marks are used to ... Local marks are used to ...

View File

@@ -111,7 +111,6 @@ Change any Firefox {preference} (those in the about:config window). You can also
reset/delete those preferences with [c]:set! {preference}&[c]. reset/delete those preferences with [c]:set! {preference}&[c].
________________________________________________________________________________ ________________________________________________________________________________
section:List{nbsp}of{nbsp}options[list-options] section:List{nbsp}of{nbsp}options[list-options]
|\'act'| |\'activate'| |\'act'| |\'activate'|

View File

@@ -3,7 +3,6 @@ HEADER
|tabs| + |tabs| +
Tabs are used to be able to view many web pages at the same time... Tabs are used to be able to view many web pages at the same time...
section:Listing{nbsp}tabs[listing-tabs] section:Listing{nbsp}tabs[listing-tabs]
|B| + |B| +
@@ -86,6 +85,21 @@ provides a quick method of toggling between two tabs.
________________________________________________________________________________ ________________________________________________________________________________
|:b| |:buffer|
||:b[uffer][!] {url|index}|| +
________________________________________________________________________________
Go to buffer from buffer list. Argument can be either the buffer index or the
full URL.
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 [m]b[m] as a
shortcut to open this prompt.
If argument is #, the alternate buffer will be selected (see [m]<C-6>[m]).
________________________________________________________________________________
|:bl| |:blast| |:tabl| |:tablast| |:bl| |:blast| |:tabl| |:tablast|
||:tabl[ast]|| + ||:tabl[ast]|| +
||:bl[ast]|| ||:bl[ast]||
@@ -139,10 +153,9 @@ ________________________________________________________________________________
||:tabfir[st]|| + ||:tabfir[st]|| +
||:br[ewind]|| + ||:br[ewind]|| +
||:bf[irst]|| ||:bf[irst]||
________________________________________________________________________________
Switch to the first tab. Switch to the first tab.
________________________________________________________________________________ ________________________________________________________________________________
________________________________________________________________________________
section:Closing{nbsp}tabs[closing-tabs] section:Closing{nbsp}tabs[closing-tabs]

View File

@@ -7,7 +7,6 @@ LOGO
Vimperator.* Vimperator.*
+++</center>+++ +++</center>+++
section:Quick-Start{nbsp}Tutorial[tutorial] section:Quick-Start{nbsp}Tutorial[tutorial]
If you've started using Vimperator from scratch (i.e., without any If you've started using Vimperator from scratch (i.e., without any
@@ -63,12 +62,9 @@ and you can find out about the [m]gt[m] and [m]gT[m] mapping with
[c]:help gt<cr>[c] [c]:help gt<cr>[c]
[c]:help gT<cr>[c] [c]:help gT<cr>[c]
Finally, in addition to the help system itself, [c]:exusage[c] and Finally, in addition to the help system itself, [c]:exusage[c] and
[c]:viusage[c] are useful quick-reference commands. [c]:viusage[c] are useful quick-reference commands.
section:Mouseless[living_mouseless] section:Mouseless[living_mouseless]
*-- or how I learned to stop worrying and love the 80+ buttons I already have.* *-- or how I learned to stop worrying and love the 80+ buttons I already have.*
@@ -82,7 +78,6 @@ assumption that the web browser doesn't have to be one of those.
Here are some areas where the mouse is typically considered indisposable, and Here are some areas where the mouse is typically considered indisposable, and
how Vimperator challenges this preconception. how Vimperator challenges this preconception.
section:Scrolling[keyboard_scrolling] section:Scrolling[keyboard_scrolling]
Scrolling the browser window is done with simple keystrokes: Scrolling the browser window is done with simple keystrokes:
@@ -99,7 +94,6 @@ Scrolling the browser window is done with simple keystrokes:
Your standard buttons ([m]<Up>[m]/[m]<Down>[m]/[m]<PgUp>[m]/[m]<PgDn>[m]) will Your standard buttons ([m]<Up>[m]/[m]<Down>[m]/[m]<PgUp>[m]/[m]<PgDn>[m]) will
also work as expected. also work as expected.
section:History{nbsp}and{nbsp}Tabs[history_navigation,tab_navigation] section:History{nbsp}and{nbsp}Tabs[history_navigation,tab_navigation]
History navigation (e.g., ``Back'', ``Forward'') are done similarly to History navigation (e.g., ``Back'', ``Forward'') are done similarly to
@@ -131,7 +125,6 @@ following pairs sequences are equivalent:
:tabopen vimperator.mozdev.org<cr> :tabopen vimperator.mozdev.org<cr>
tvimperator.mozdev.org<cr> tvimperator.mozdev.org<cr>
section:Some{nbsp}hints{nbsp}about{nbsp}surfing...[hints.html] section:Some{nbsp}hints{nbsp}about{nbsp}surfing...[hints.html]
So now you can navigate around in Vimperator. But wait... how do you *open* a So now you can navigate around in Vimperator. But wait... how do you *open* a
@@ -163,7 +156,6 @@ uniquely identified soon, and Vimperator will open it. Once you're done,
remember to use [m]<C-o>[m] (``History Back'') or [m]d[m] (``Delete Buffer'') remember to use [m]<C-o>[m] (``History Back'') or [m]d[m] (``Delete Buffer'')
to return here, depending on which key you used to activate QuickHint mode. to return here, depending on which key you used to activate QuickHint mode.
section:Common{nbsp}Issues[common_issues] section:Common{nbsp}Issues[common_issues]
Say you get half-way done typing in a new URL, only to remember that you've Say you get half-way done typing in a new URL, only to remember that you've
@@ -177,7 +169,6 @@ following:
<Esc>gT <Esc>gT
section:Saving{nbsp}for{nbsp}Posterity{nbsp}-{nbsp}vimperatorrc[vimperatorrc] section:Saving{nbsp}for{nbsp}Posterity{nbsp}-{nbsp}vimperatorrc[vimperatorrc]
Once you get Vimperator set up with your desired options, maps, and Once you get Vimperator set up with your desired options, maps, and
@@ -192,7 +183,6 @@ This will create the file *$HOME/.vimperatorrc* containing your settings.
It is a simple text file, just like a vimrc file and can be easily It is a simple text file, just like a vimrc file and can be easily
edited to suit your preferences. edited to suit your preferences.
section:Find{nbsp}the{nbsp}Exit{nbsp}Nearest{nbsp}You[quitting_without_menus] section:Find{nbsp}the{nbsp}Exit{nbsp}Nearest{nbsp}You[quitting_without_menus]
Vimperator supports all of Vim's classic methods of exiting. Vimperator supports all of Vim's classic methods of exiting.
@@ -203,8 +193,6 @@ Vimperator supports all of Vim's classic methods of exiting.
* [m]ZZ[m] -- normal mode mapping equivalent to [c]:xall[c] * [m]ZZ[m] -- normal mode mapping equivalent to [c]:xall[c]
* [m]ZQ[m] -- normal mode mapping equivalent to [c]:qall[c] * [m]ZQ[m] -- normal mode mapping equivalent to [c]:qall[c]
section:Where{nbsp}did{nbsp}Firefox{nbsp}go?[whither_firefox] section:Where{nbsp}did{nbsp}Firefox{nbsp}go?[whither_firefox]
You might feel pretty disoriented now. Don't worry. This is still Firefox You might feel pretty disoriented now. Don't worry. This is still Firefox

View File

@@ -20,7 +20,6 @@ typed. If the [!] is given, mappings will not be used.
before it, 1 space is one space. before it, 1 space is one space.
________________________________________________________________________________ ________________________________________________________________________________
section:Online{nbsp}Help[online-help] section:Online{nbsp}Help[online-help]
|<F1>| |:help| |:h| |help| |<F1>| |:help| |:h| |help|
@@ -52,10 +51,8 @@ Douglas Adams, the only person who knew what this question really was about is
now dead, unfortunately. So now you might wonder what the meaning of death now dead, unfortunately. So now you might wonder what the meaning of death
is... is...
section:Uncategorized{nbsp}Help[uncategorized] section:Uncategorized{nbsp}Help[uncategorized]
|<C-[>| |<Esc>| + |<C-[>| |<Esc>| +
||<Esc>|| ||<Esc>||
________________________________________________________________________________ ________________________________________________________________________________
@@ -343,21 +340,6 @@ Play a system beep.
________________________________________________________________________________ ________________________________________________________________________________
|:b| |:buffer|
||:b[uffer][!] {url|index}|| +
________________________________________________________________________________
Go to buffer from buffer list. Argument can be either the buffer index or the
full URL.
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 [m]b[m] as a
shortcut to open this prompt.
If argument is #, the alternate buffer will be selected (see [m]<C-6>[m]).
________________________________________________________________________________
|:dia| |:dialog| |:dia| |:dialog|
||:dia[log] [firefox-dialog]|| + ||:dia[log] [firefox-dialog]|| +
________________________________________________________________________________ ________________________________________________________________________________