diff options
Diffstat (limited to 'doc/MANUAL.html')
-rw-r--r-- | doc/MANUAL.html | 65 |
1 files changed, 47 insertions, 18 deletions
diff --git a/doc/MANUAL.html b/doc/MANUAL.html index 724340e..4e6f397 100644 --- a/doc/MANUAL.html +++ b/doc/MANUAL.html @@ -52,8 +52,6 @@ Options are as follows: <dd>When displaying text/plain document, prohibit emphasis using backspace. If you don't specify this option, ``A^H_'' is interpreted as underlined character and ``A^HA'' as a bold character. -<dt>-S -<dd>When displaying text/plain document, squeeze blank lines. <dt>-l number <dd>Specify line number preserved internally when reading text/plain document fron standard input. Default is 10000. @@ -80,8 +78,10 @@ Display HTML source </pre> <dt>-m <dd>Display document with Internet message mode. -With this option, w3m determines document type from header infomation. +With this option, w3m determines document type from header information. It is useful when reading E-mail or NetNews messages. +<dt>-v +<dd>visual startup mode. <dt>-B <dd>Show the bookmark. <dt>-bookmark file @@ -91,7 +91,7 @@ It is useful when reading E-mail or NetNews messages. <dt>-F <dd>Automatically render frame. <dt>-S -<dd>Sqeeze blank lines. +<dd>Squeeze blank lines. <dt>-X <dd>Upon exit, do not display preserved screen. <dt>-W @@ -120,12 +120,22 @@ with -cols option. <dd>Read document specified by URL and dump the source. <dt>-dump_head <dd>Read document specified by URL and dump headers. +<dt>-dump_both +<dd>Read document specified by URL and dump headers and the source. +<dt>-dump_extra +<dd>Read document specified by URL and dump extra informations, headers and the source. +<dt>-post file +<dd>use POST method with file content. +<dt>-header string +<dd>insert string as a header. <dt>-no-proxy <dd>Don't use proxy server. <dt>-no-graph <dd>Don't use graphic character to draw frames. <dt>-no-mouse <dd>Don't activate mouse. +<dt>-config file +<dd>specify config file. </dl> <hr> @@ -163,17 +173,21 @@ bindings, see <a href="#Key:lynx">the Lynx-like key binding</a>. <TR><TD>k,C-p<TD>Cursor up <TR><TD>J<TD>Roll up one line <TR><TD>K<TD>Roll down one line +<TR><TD>^,C-a<TD>Go to the beginning of line +<TR><TD>$,C-e<TD>Go to the end of line <TR><TD>w<TD>Go to next word <TR><TD>W<TD>Go to previous word <TR><TD>><TD>Shift screen right <TR><TD><<TD>Shift screen left <TR><TD>.<TD>Shift screen one column right <TR><TD>,<TD>Shift screen one column left -<TR><TD>g<TD>Go to the first line -<TR><TD>G<TD>Go to the last line +<TR><TD>g,M-<<TD>Go to the first line +<TR><TD>G,M-><TD>Go to the last line <TR><TD>ESC g<TD>Go to specified line +<TR><TD>Z<TD>Move to the center line +<TR><TD>z<TD>Move to the center column <TR><TD>TAB<TD>Move to next hyperlink -<TR><TD>ESC TAB<TD>Move to previous hyperlink +<TR><TD>C-u,ESC TAB<TD>Move to previous hyperlink <TR><TD>[<TD>Move to the first hyperlink <TR><TD>]<TD>Move to the last hyperlink </table> @@ -183,12 +197,15 @@ bindings, see <a href="#Key:lynx">the Lynx-like key binding</a>. <TR><TD WIDTH=100>RET<TD>Follow hyperlink <TR><TD>a, ESC RET<TD>Save link to file <TR><TD>u<TD>Peek link URL +<TR><TD>i<TD>Peek image URL <TR><TD>I<TD>View inline image <TR><TD>ESC I<TD>Save inline image to file <TR><TD>:<TD>Mark URL-like strings as anchors <TR><TD>ESC :<TD>Mark Message-ID-like strings as news anchors <TR><TD>c<TD>Peek current URL -<TR><TD>=<TD>Display infomation about current document +<TR><TD>=<TD>Display information about current document +<TR><TD>C-g<TD>Show current line number +<TR><TD>C-h<TD>View history of URL <TR><TD>F<TD>Render frame <TR><TD>M<TD>Browse current document using external browser (use 2M and 3M to invoke second and third browser) @@ -210,6 +227,7 @@ bindings, see <a href="#Key:lynx">the Lynx-like key binding</a>. <TR><TD>v<TD>View HTML source <TR><TD>s<TD>Select buffer <TR><TD>E<TD>Edit buffer source +<TR><TD>C-l<TD>Redraw screen <TR><TD>R<TD>Reload buffer <TR><TD>S<TD>Save buffer <TR><TD>ESC s<TD>Save source @@ -236,6 +254,7 @@ bindings, see <a href="#Key:lynx">the Lynx-like key binding</a>. <TR><TD>?,C-r<TD>Search backward <TR><TD>n<TD>Search next <TR><TD>N<TD>Search previous +<TR><TD>C-w<TD>Toggle wrap search mode </table> <H3>Mark operation</H3> @@ -251,6 +270,7 @@ bindings, see <a href="#Key:lynx">the Lynx-like key binding</a>. <TR><TD WIDTH=100>!<TD>Execute shell command <TR><TD>H<TD>Help (load this file) <TR><TD>o<TD>Set option +<TR><TD>C-k<TD>Show cookie jar <TR><TD>C-c<TD>Stop <TR><TD>C-z<TD>Suspend <TR><TD>q<TD>Quit (with confirmation, if you like) @@ -282,21 +302,26 @@ you can use the following key binding. <H3>Page/Cursor motion</H3> <table> -<TR><TD WIDTH=100>SPC,C-v<TD>Forward page -<TR><TD>b,ESC v<TD>Previous page +<TR><TD WIDTH=100>SPC,C-v,+<TD>Forward page +<TR><TD>b,ESC v,-<TD>Previous page <TR><TD>l<TD>Cursor right <TR><TD>h<TD>Cursor left <TR><TD>j<TD>Cursor down <TR><TD>k<TD>Cursor up <TR><TD>J<TD>Roll up one line <TR><TD>K<TD>Roll down one line +<TR><TD>^<TD>Go to the beginning of line +<TR><TD>$<TD>Go to the end of line <TR><TD>><TD>Shift screen right <TR><TD><<TD>Shift screen left -<TR><TD>.<TD>Shift screen one column right -<TR><TD>,<TD>Shift screen one column left +<TR><TD>C-a<TD>Go to the first line +<TR><TD>C-e<TD>Go to the last line <TR><TD>G<TD>Go to the specified line +<TR><TD>Z<TD>Move to the center line +<TR><TD>z<TD>Move to the center column <TR><TD>TAB,C-n,Down arrow<TD>Move to next hyperlink <TR><TD>ESC TAB,C-p,Up arrow<TD>Move to previous link +<TR><TD>C-g<TD>Show current page position </table> @@ -305,12 +330,14 @@ you can use the following key binding. <TR><TD WIDTH=100>RET, C-f, Right arrow<TD>Follow hyperlink <TR><TD>d, ESC RET<TD>Save link to file <TR><TD>u<TD>Peek link URL +<TR><TD>i<TD>Peek image URL <TR><TD>I<TD>View inline image <TR><TD>ESC I<TD>Save inline image to file <TR><TD>:<TD>Mark URL-like strings as anchors <TR><TD>ESC :<TD>Mark Message-ID-like strings as news anchors <TR><TD>c<TD>Peek current URL -<TR><TD>=<TD>Display infomation about current document +<TR><TD>=<TD>Display information about current document +<TR><TD>C-h<TD>View history of URL <TR><TD>F<TD>Render frame <TR><TD>M<TD>Browse current document using external browser (use 2M and 3M to invoke second and third browser) @@ -332,6 +359,7 @@ you can use the following key binding. <TR><TD>\<TD>View HTML source <TR><TD>s, C-h<TD>Select buffer <TR><TD>E<TD>Edit buffer source +<TR><TD>C-l, C-w<TD>Redraw screen <TR><TD>R, C-r<TD>Reload buffer <TR><TD>S, p<TD>Save buffer <TR><TD>ESC s<TD>Save source @@ -354,24 +382,25 @@ you can use the following key binding. <H2>Search</H2> <table> -<TR><TD WIDTH=100>/<TD>Search forward -<TR><TD>?<TD>Search backward +<TR><TD WIDTH=100>/, C-s<TD>Search forward <TR><TD>n<TD>Search next +<TR><TD>w<TD>Toggle wrap search mode </table> <H2>Mark operation</H2> <table> <TR><TD WIDTH=100>C-SPC<TD>Set/unset mark -<TR><TD>ESC p<TD>Go to previous mark -<TR><TD>ESC n<TD>Go to next mark +<TR><TD>P<TD>Go to previous mark +<TR><TD>N<TD>Go to next mark <TR><TD>"<TD>Mark by regular expression </table> <H2>Miscellany</H2> <table> <TR><TD WIDTH=100>!<TD>Execute shell command -<TR><TD>H<TD>Help (load this file) +<TR><TD>H, ?<TD>Help (load this file) <TR><TD>o<TD>Set option +<TR><TD>C-k<TD>Show cookie jar <TR><TD>C-c<TD>Stop <TR><TD>C-z<TD>Suspend <TR><TD>q<TD>Quit (with confirmation, if you like) |