mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:57:58 +01:00
move :pageinfo and :viewsource related help to buffer.txt
This commit is contained in:
@@ -5,6 +5,56 @@ HEADER
|
||||
Vimperator holds exactly one buffer object for each tab. It is usually an
|
||||
(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]
|
||||
|
||||
|^| |0| +
|
||||
|
||||
@@ -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>|| +
|
||||
________________________________________________________________________________
|
||||
@@ -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[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:
|
||||
|
||||
Reference in New Issue
Block a user