diff options
author | bptato <nincsnevem662@gmail.com> | 2024-03-26 20:46:55 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-26 20:54:55 +0100 |
commit | 0d1a11cea0fa48837f4ae1ca869e9b01e1f159f4 (patch) | |
tree | e962a0a15d1bdd7b6b13cfceea49d486081cd5a4 /res/chawan.html | |
parent | 845445b4c4ab69cc2ffc564c7ab71eeaf8cc3c5e (diff) | |
download | chawan-0d1a11cea0fa48837f4ae1ca869e9b01e1f159f4.tar.gz |
config: improve input system
as described in <https://todo.sr.ht/~bptato/chawan/6>
Diffstat (limited to 'res/chawan.html')
-rw-r--r-- | res/chawan.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/chawan.html b/res/chawan.html index 169c6800..6ce6950b 100644 --- a/res/chawan.html +++ b/res/chawan.html @@ -67,7 +67,7 @@ up/down by one row <li><kbd>C-d</kbd>, <kbd>C-u</kbd>: scroll up/down by half a page <li><kbd>C-f</kbd>, <kbd>C-b</kbd> (or <kbd>PgDn</kbd>, <kbd>PgUp</kbd>)</kbd>: scroll up/down by an entire page -<li><kbd>{number}G<kbd> (or <kbd>{number}gg</kbd>): jump to {number}'th line +<li><kbd>{number}G</kbd> (or <kbd>{number}gg</kbd>): jump to {number}'th line <li><kbd>g0<kbd>: jump to first character of the current line's visible part <li><kbd>gc<kbd>: jump to center of the current line's visible part <li><kbd>g$<kbd>: jump to last character of the current line's visible part @@ -79,7 +79,7 @@ screen to the left/right by one cell <li><kbd>/</kbd>, <kbd>?</kbd>: on-page search (or search backwards) <li><kbd>n</kbd>, <kbd>N</kbd>: next/previous match <li><kbd>C-z</kbd>: suspend the browser -<li><kbd>M-C-c</kbd>: cancel loading +<li><kbd>C-c</kbd>: cancel loading <li><kbd>H</kbd>, <kbd>M</kbd>, <kbd>L</kbd>: move cursor to the Highest/Middle/Lowest rows <li><kbd>zz</kbd>, <kbd>z.</kbd>: center on current line (and move to |