diff options
author | Marco Peereboom <marco@conformal.com> | 2010-02-26 04:58:01 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2010-02-26 04:58:01 +0000 |
commit | 8870ba874e8271ddf92e3cea9969a9dee5e30fc1 (patch) | |
tree | 693138e89b2d418f8dba20bdb9f1679d51df9baf | |
parent | 089c80def78f1ed8dabc4a8a65d4420697829155 (diff) | |
download | xombrero-8870ba874e8271ddf92e3cea9969a9dee5e30fc1.tar.gz |
updated man
-rw-r--r-- | html/man.html | 128 |
1 files changed, 75 insertions, 53 deletions
diff --git a/html/man.html b/html/man.html index 30ad6b8..87587d0 100644 --- a/html/man.html +++ b/html/man.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> -<title>xxxterm.1html</title> +<title>xxxterm.1.html</title> <meta name="Generator" content="Vim/7.2"> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> </head> @@ -9,10 +9,10 @@ <font color="#ff40ff">XXXTERM(1) OpenBSD Reference Manual XXXTERM(1)</font><br> <br> <font color="#ffff00">NAME</font><br> - xxxterm - Lightweight web browser with vi key bindings<br> + xxxterm - lightweight web browser with vi key bindings<br> <br> <font color="#ffff00">SYNOPSIS</font><br> - xxxterm [-STVt] [-f file] [uri] ...<br> + xxxterm [-STtV] [-f file] [uri ...]<br> <br> <font color="#ffff00">DESCRIPTION</font><br> xxxterm is a minimalistic web browser that tries to stay out of the way<br> @@ -37,17 +37,17 @@ <br> The options are as follows:<br> <br> +<font color="#ff6060"> -f</font> file<br> + Use alternate config file.<br> +<br> <font color="#ff6060"> -S</font> Disable the toolbar.<br> <br> <font color="#ff6060"> -T</font> Disable visualization of tabs.<br> <br> -<font color="#ff6060"> -V</font> Display version and exit.<br> -<br> -<font color="#ff6060"> -f</font> file<br> - Use alternate config file.<br> -<br> <font color="#ff6060"> -t</font> Disable tabs.<br> <br> +<font color="#ff6060"> -V</font> Display version and exit.<br> +<br> <font color="#ffff00">CONFIGURATION FILES</font><br> xxxterm tries to open the user specific file, ~/.xxxterm.conf. If that<br> file is unavailable, it then uses built-in defaults.<br> @@ -88,39 +88,61 @@ <br> The current mouse bindings are described below:<br> <br> - C-M1 Open new tab with the clicked link.<br> -<br> - The default key bindings are described below:<br> -<br> - C-Q quit<br> - F6 Focus on URI entry<br> - F5 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> - $ Page far right<br> - 0 Page far left<br> - C-T Create new tab with focus in URI entry<br> - C-W Destroy current tab<br> - C-[1..0] Jump to page N<br> + C-M1 Open new tab with the clicked link.<br> +<br> + The default key bindings are described below.<br> +<br> + Search:<br> +<br> + / Start a search<br> + n Next item matching search<br> + N Previous item matching search<br> + ? Previous item matching search<br> +<br> + Focus:<br> +<br> + F6 Focus on URI entry<br> +<br> + Navigation:<br> +<br> + F5 Refresh page<br> + C-r Refresh page<br> + 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> + $ Page far right<br> + 0 Page far left<br> +<br> + Tab Manipulation:<br> +<br> + C-T Create new tab with focus in URI entry<br> + 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> +<br> + Exiting:<br> +<br> + C-Q Quit<br> <br> Note: WebKit & GTK+ have many default key bindings that are not overruled<br> and therefore are available as-is.<br> @@ -128,17 +150,17 @@ Command mode is entered by typing a colon and exited by typing Esc. The<br> commands and descriptions are listed below:<br> <br> - qa, qa!, q! Quit xxxterm<br> - open, op, o <URI><br> - Open URI<br> - tabnew, tabedit, tabe [URI]<br> - Create new tab and optionally open provided URI<br> - tabclose, tabc Close current tab<br> - quit, q Close current tab and quit xxxterm if it is the<br> - last tab<br> - tabprevious, tabp<br> - Go to the previous tab<br> - tabnext, tabn Go to the next tab<br> + qa, qa!, q! Quit xxxterm<br> + fav Show 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> + provided URI<br> + tabclose, tabc Close current tab.<br> + quit, q Close current tab and quit xxxterm if<br> + it is the last tab.<br> + tabprevious, tabp Go to the previous tab.<br> + tabnext, tabn Go to the next tab.<br> <br> <font color="#ffff00">FILES</font><br> ~/.xxxterm.conf xxxterm user specific settings.<br> @@ -151,6 +173,6 @@ <font color="#ffff00">AUTHORS</font><br> xxxterm was written by Marco Peereboom <marco@peereboom.us><br> <br> -OpenBSD 4.7 February 24, 2010 3<br> +OpenBSD 4.7 February 25, 2010 3<br> </font></body> </html> |