1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:32:27 +01:00

fix <C-g> documentation as it doesn't support a count

This commit is contained in:
Doug Kearns
2008-08-20 09:28:53 +00:00
parent 7d1b23517e
commit 1ee3590156

View File

@@ -8,11 +8,10 @@ Vimperator holds exactly one buffer object for each tab. It is usually an
section:Buffer{nbsp}information[buffer-information] section:Buffer{nbsp}information[buffer-information]
|<C-g>| + |<C-g>| +
||[count]<C-g>|| ||<C-g>||
________________________________________________________________________________ ________________________________________________________________________________
Print the current file name. Also shows some additional file information like Print the current file name. Also shows some additional file information like
file size or the last modified date. If {count} is given print the current file size or the last modified date.
file name with full path.
________________________________________________________________________________ ________________________________________________________________________________
@@ -23,7 +22,7 @@ Print file information. Same as [c]:pa[geinfo][c].
________________________________________________________________________________ ________________________________________________________________________________
|:pa| |:pageinfo| |:pa| |:pageinfo| +
||:pa[geinfo]|| ||:pa[geinfo]||
________________________________________________________________________________ ________________________________________________________________________________
Show various page information. See [c]:help 'pageinfo'[c] for available options. Show various page information. See [c]:help 'pageinfo'[c] for available options.
@@ -64,7 +63,7 @@ Scroll to the absolute left of the document. Unlike in Vim, [m]0[m] and [m]^[m]
________________________________________________________________________________ ________________________________________________________________________________
|$| |$| +
||$|| ||$||
________________________________________________________________________________ ________________________________________________________________________________
Scroll to the absolute right of the document Scroll to the absolute right of the document
@@ -152,14 +151,14 @@ ________________________________________________________________________________
section:Jumping{nbsp}to{nbsp}elements[jumping] section:Jumping{nbsp}to{nbsp}elements[jumping]
|<Tab>| |<Tab>| +
||<Tab>|| ||<Tab>||
________________________________________________________________________________ ________________________________________________________________________________
Advance keyboard focus to the next element. Advance keyboard focus to the next element.
________________________________________________________________________________ ________________________________________________________________________________
|<S-Tab>| |<S-Tab>| +
||<S-Tab>|| ||<S-Tab>||
________________________________________________________________________________ ________________________________________________________________________________
Rewind keyboard focus to the previous element. Rewind keyboard focus to the previous element.
@@ -210,14 +209,14 @@ ________________________________________________________________________________
section:Zooming[zooming] section:Zooming[zooming]
|+| |zi| |+| |zi| +
||[count]zi|| ||[count]zi||
________________________________________________________________________________ ________________________________________________________________________________
Enlarge text zoom of current web page. Mnemonic: zoom in Enlarge text zoom of current web page. Mnemonic: zoom in
________________________________________________________________________________ ________________________________________________________________________________
|zm| |zm| +
||[count]zm|| ||[count]zm||
________________________________________________________________________________ ________________________________________________________________________________
Enlarge text zoom of current web page by a larger amount. Mnemonic: zoom more Enlarge text zoom of current web page by a larger amount. Mnemonic: zoom more
@@ -231,14 +230,14 @@ Reduce text zoom of current web page. Mnemonic: zoom out
________________________________________________________________________________ ________________________________________________________________________________
|zr| |zr| +
||[count]zr|| ||[count]zr||
________________________________________________________________________________ ________________________________________________________________________________
Reduce text zoom of current web page by a larger amount. Mnemonic: zoom reduce Reduce text zoom of current web page by a larger amount. Mnemonic: zoom reduce
________________________________________________________________________________ ________________________________________________________________________________
|zz| |zz| +
||[count]zz|| ||[count]zz||
________________________________________________________________________________ ________________________________________________________________________________
Set text zoom value of current web page. Zoom value can be between 1 and Set text zoom value of current web page. Zoom value can be between 1 and
@@ -246,35 +245,35 @@ Set text zoom value of current web page. Zoom value can be between 1 and
________________________________________________________________________________ ________________________________________________________________________________
|zI| |zI| +
||[count]zI|| ||[count]zI||
________________________________________________________________________________ ________________________________________________________________________________
Enlarge full zoom of current web page. Mnemonic: zoom in Enlarge full zoom of current web page. Mnemonic: zoom in
________________________________________________________________________________ ________________________________________________________________________________
|zM| |zM| +
||[count]zM|| ||[count]zM||
________________________________________________________________________________ ________________________________________________________________________________
Enlarge full zoom of current web page by a larger amount. Mnemonic: zoom more Enlarge full zoom of current web page by a larger amount. Mnemonic: zoom more
________________________________________________________________________________ ________________________________________________________________________________
|zO| |zO| +
||[count]zO|| ||[count]zO||
________________________________________________________________________________ ________________________________________________________________________________
Reduce full zoom of current web page. Mnemonic: zoom out Reduce full zoom of current web page. Mnemonic: zoom out
________________________________________________________________________________ ________________________________________________________________________________
|zR| |zR| +
||[count]zR|| ||[count]zR||
________________________________________________________________________________ ________________________________________________________________________________
Reduce full zoom of current web page by a larger amount. Mnemonic: zoom reduce Reduce full zoom of current web page by a larger amount. Mnemonic: zoom reduce
________________________________________________________________________________ ________________________________________________________________________________
|zZ| |zZ| +
||[count]zZ|| ||[count]zZ||
________________________________________________________________________________ ________________________________________________________________________________
Set full zoom value of current web page. Zoom value can be between 1 and Set full zoom value of current web page. Zoom value can be between 1 and
@@ -308,7 +307,7 @@ also put into the selection, which can be pasted with the middle mouse button.
________________________________________________________________________________ ________________________________________________________________________________
|Y| |Y| +
||Y|| ||Y||
________________________________________________________________________________ ________________________________________________________________________________
Copy currently selected text to the system clipboard. Copy currently selected text to the system clipboard.