diff options
author | Marco Peereboom <marco@conformal.com> | 2010-02-28 00:23:47 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-02-28 00:23:47 +0000 |
commit | 2c61ca4d1d8caae4359067b9af3f456eddc77887 (patch) | |
tree | 31331f280d6ad6f2353611af4f4d666480cf4dc4 /html/man.html | |
parent | af78d7266b12a327a3882e0566e782d0cbff19d9 (diff) | |
download | xombrero-2c61ca4d1d8caae4359067b9af3f456eddc77887.tar.gz |
catch up
Diffstat (limited to 'html/man.html')
-rw-r--r-- | html/man.html | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/html/man.html b/html/man.html index 87587d0..058cf06 100644 --- a/html/man.html +++ b/html/man.html @@ -78,6 +78,17 @@ box for searches.<br> search_string Default search engine string. See<br> xxxterm.conf file for details.<br> + mime_type Sets an action for a specific or default<br> + MIME type. For example, to download and<br> + view a pdf using kpdf set mime_type = ap-<br> + plication/pdf,kpdf. To set a default value<br> + use *, for example mime_type =<br> + video/*,mplayer. Note that the action is<br> + only passed the URI and not all applica-<br> + tions are capable of downloading content<br> + and therefore one might have to create a<br> + wrapper script to download the content<br> + first.<br> <br> xxxterm overrides http_proxy if it is specified as an environment vari-<br> able.<br> @@ -95,9 +106,9 @@ Search:<br> <br> / Start a search<br> + ? Start a backwards search<br> n Next item matching search<br> N Previous item matching search<br> - ? Previous item matching search<br> <br> Focus:<br> <br> @@ -105,30 +116,18 @@ <br> Navigation:<br> <br> - F5 Refresh page<br> - C-r Refresh page<br> - C-l Refresh page<br> + F5, C-r, C-l Refresh page<br> Backspace Previous page<br> M-Left Previous page<br> - S-BackSpace Forward page<br> - M-Right Forward page<br> - j Next line on page<br> - Down Next line on page<br> - k Previous line on page<br> - Up Previous line on page<br> - G Bottom of page<br> - End Bottom of page<br> - gg Top of page<br> - Home Top of page<br> - Space Page down<br> - PageDown Page down<br> - C-f Page down<br> - C-b Page up<br> - PageUp Page up<br> - l Page right<br> - Right Page right<br> - h Page left<br> - Left Page left<br> + S-BackSpace, M-Right Forward page<br> + j, Down Next line on page<br> + k, Up Previous line on page<br> + G, End Bottom of page<br> + gg, Home Top of page<br> + Space, C-f, PageDown Page down<br> + C-b, PageUp Page up<br> + l, Right Page right<br> + h, Left Page left<br> $ Page far right<br> 0 Page far left<br> <br> @@ -138,7 +137,7 @@ C-W Destroy current tab<br> C-[1..0] Jump to page N<br> C-minus Shrink font size by one point.<br> - C-plus Grow font size by one point.<br> + C-plus, C-equal Grow font size by one point.<br> <br> Exiting:<br> <br> @@ -152,6 +151,7 @@ <br> qa, qa!, q! Quit xxxterm<br> fav Show favorites<br> + favadd Add current page to favorites<br> help Show help file.<br> open, op, o <URI> Open URI.<br> tabnew, tabedit, tabe [URI] Create new tab and optionally open<br> @@ -173,6 +173,6 @@ <font color="#ffff00">AUTHORS</font><br> xxxterm was written by Marco Peereboom <marco@peereboom.us><br> <br> -OpenBSD 4.7 February 25, 2010 3<br> +OpenBSD 4.7 February 28, 2010 3<br> </font></body> </html> |