diff options
author | bptato <nincsnevem662@gmail.com> | 2023-10-23 15:18:24 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-10-23 15:18:24 +0200 |
commit | 5507c932c67776e1edb83dcec61368fffecef0f2 (patch) | |
tree | b0ed315866b06705dddd34fc956c81198694ee83 | |
parent | a9170700b91924a71958a0511196b28add0bd75d (diff) | |
download | chawan-5507c932c67776e1edb83dcec61368fffecef0f2.tar.gz |
about:chawan: fix markup
-rw-r--r-- | res/chawan.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/chawan.html b/res/chawan.html index 9251f221..faf87668 100644 --- a/res/chawan.html +++ b/res/chawan.html @@ -28,7 +28,7 @@ means control + key, M-{key} means meta + key. Depending on your environment, the meta key may be called Alt or Escape.) <ul> <li><b>q</b>: quit the browser -<li><b>hjkl, arrow keys</b>: move the cursor +<li><b>hjkl</b>, <b>arrow keys</b>: move the cursor <li><b>J</b>, <b>K</b> (or <b>C-e</b>, <b>C-y)</b>: scroll up/down by one row <li><b>C-l</b>: location bar (to enter a URL, etc.) <li><b>U</b>: reload page @@ -39,16 +39,16 @@ the meta key may be called Alt or Escape.) <li><b>[</b>, <b>]</b>: move cursor to the previous/next hyperlink <li><b>C-d</b>, <b>C-u</b>: scroll up/down by half a page <li><b>C-f</b>, <b>C-b</b> (or <b>PgDn</b>, <b>PgUp</b>)</b>: scroll up/down by an entire page -<li><b>(, ) (or <b>zh</b>, <b>zl</b>): shift screen to the left/right by one cell -<li><b><, ></b>: shift screen to the left/right by one page +<li><b>(</b>, <b>)</b> (or <b>zh</b>, <b>zl</b>): shift screen to the left/right by one cell +<li><b><</b>, <b>></b>: shift screen to the left/right by one page <li><b>/</b>, <b>?</b>: search (or search backwards) -<li><b>n, N</b>: next/previous match +<li><b>n</b>, <b>N</b>: next/previous match <li><b>C-z</b>: suspend the browser <li><b>M-C-c</b>: cancel loading <li><b>H</b>, <b>M</b>, <b>L</b>: move cursor to the Highest/Middle/Lowest rows -<li><b>zz, z.</b>: center on current line (and move to beginning) -<li><b>zt, z-</b>: center on current line (and move to beginning) -<li><b>zb, zC-m</b>: center on current line (and move to beginning) +<li><b>zz</b>, <b>z.</b>: center on current line (and move to beginning) +<li><b>zt</b>, <b>z-</b>: center on current line (and move to beginning) +<li><b>zb</b>, <b>zC-m</b>: center on current line (and move to beginning) <li><b>w</b>, <b>b</b>: move cursor to next/previous word <li><b>v</b>: toggle page source view <li><b>0</b>: cursor to first cell on line @@ -56,7 +56,7 @@ the meta key may be called Alt or Escape.) <li><b>$</b>: cursor to last character on line <li><b>M-,</b>/<b>M-.</b>: previous/next sibling buffer <li><b>M-/</b>: parent buffer -<li>{number}, then movement: repeat movement n times<br> +<li><b>{number}</b>, then movement: repeat movement n times<br> (or move to nth line, depending on command) <li><b>M-c</b>: input command <li><b>M-cM-c</b>: command mode (browser console) |