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

move :pageinfo and :viewsource related help to buffer.txt

This commit is contained in:
Doug Kearns
2008-08-11 14:03:54 +00:00
parent c67521e315
commit c66afc973c
2 changed files with 50 additions and 48 deletions

View File

@@ -5,6 +5,56 @@ HEADER
Vimperator holds exactly one buffer object for each tab. It is usually an Vimperator holds exactly one buffer object for each tab. It is usually an
(X)HTML document with advanced features. (X)HTML document with advanced features.
section:Buffer{nbsp}information[buffer-information]
|<C-g>| +
||[count]<C-g>||
________________________________________________________________________________
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 name with full path.
________________________________________________________________________________
|g<C-g>| +
||g<C-g>||
________________________________________________________________________________
Print file information. Same as [c]:pa[geinfo][c].
________________________________________________________________________________
|:pa| |:pageinfo|
||:pa[geinfo]||
________________________________________________________________________________
Show various page information. See [c]:help 'pageinfo'[c] for available options.
________________________________________________________________________________
|gf| +
||gf||
________________________________________________________________________________
View source. Opens the source code of the current website with the internal
editor in the current tab.
________________________________________________________________________________
|gF| +
||gF||
________________________________________________________________________________
View source with an external editor. Opens the source code of the current
website with the external editor specified by the 'editor' option. For now the
external editor must be able to download and open files from a remote URL.
________________________________________________________________________________
|:vie| |:viewsource|
||:vie[wsource][!] [url]|| +
________________________________________________________________________________
View source code of current document. When [!] is given, it is opened with the
external editor.
________________________________________________________________________________
section:Motion{nbsp}commands[motion,scrolling] section:Motion{nbsp}commands[motion,scrolling]
|^| |0| + |^| |0| +

View File

@@ -121,39 +121,6 @@ file browser on earth. :)
________________________________________________________________________________ ________________________________________________________________________________
|gf| +
||gf||
________________________________________________________________________________
View source. Opens the source code of the current website with the internal
editor in the current tab.
________________________________________________________________________________
|gF| +
||gF||
________________________________________________________________________________
View source with an external editor. Opens the source code of the current
website with the external editor specified by the 'editor' option. For now the
external editor must be able to download and open files from a remote URL.
________________________________________________________________________________
|<C-g>| +
||[count]<C-g>||
________________________________________________________________________________
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 name with full path.
________________________________________________________________________________
|g<C-g>| +
||g<C-g>||
________________________________________________________________________________
Print file information. Same as [c]:pa[geinfo][c].
________________________________________________________________________________
|/| + |/| +
||/\\{pattern\\}[/]<CR>|| + ||/\\{pattern\\}[/]<CR>|| +
________________________________________________________________________________ ________________________________________________________________________________
@@ -247,13 +214,6 @@ when another search command is used or the 'hlsearch' option is set.
________________________________________________________________________________ ________________________________________________________________________________
|:pa| |:pageinfo|
||:pa[geinfo]||
________________________________________________________________________________
Show various page information. See [c]:help 'pageinfo'[c] for available options.
________________________________________________________________________________
|:pc| |:pclose| |:pc| |:pclose|
||:pc[lose]|| ||:pc[lose]||
________________________________________________________________________________ ________________________________________________________________________________
@@ -296,12 +256,4 @@ support it, currently:
________________________________________________________________________________ ________________________________________________________________________________
|:vie| |:viewsource|
||:vie[wsource][!] [url]|| +
________________________________________________________________________________
View source code of current document. When [!] is given, it is opened with the
external editor.
________________________________________________________________________________
// vim: set syntax=asciidoc: // vim: set syntax=asciidoc: