diff options
Diffstat (limited to 'res/chawan.html')
-rw-r--r-- | res/chawan.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/res/chawan.html b/res/chawan.html index 69c45986..169c6800 100644 --- a/res/chawan.html +++ b/res/chawan.html @@ -57,7 +57,7 @@ up/down by one row <li><kbd>y</kbd>: yank (copy) current selection to system clipboard (needs xsel) <li><kbd>U</kbd>: reload page <li><kbd>,</kbd> (comma), <kbd>.</kbd> (period): previous/next buffer -<li><kbd>D</kbd>: discard current buffer +<li><kbd>D</kbd>: discard (delete) current buffer <li><kbd>M-y</kbd>: copy current buffer's URL to clipboard (needs xsel) <li><kbd>yu</kbd>: copy the link currently under the cursor to clipboard (needs <li><kbd>yI</kbd>: copy the image link currently under the cursor to clipboard @@ -67,9 +67,14 @@ 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>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 <li><kbd>{</kbd>, <kbd>}</kbd>: move cursor to the previous/next paragraph -<li><kbd>(</kbd>, <kbd>)</kbd> (or <kbd>zh</kbd>, <kbd>zl</kbd>): shift +<li><kbd>-</kbd>, <kbd>+</kbd> (or <kbd>zh</kbd>, <kbd>zl</kbd>): shift screen to the left/right by one cell +<li><kbd> <li><kbd><</kbd>, <kbd>></kbd>: shift screen to the left/right by one page <li><kbd>/</kbd>, <kbd>?</kbd>: on-page search (or search backwards) <li><kbd>n</kbd>, <kbd>N</kbd>: next/previous match @@ -86,6 +91,8 @@ beginning) <li><kbd>w</kbd>, <kbd>b</kbd>: move cursor to next/previous word <li><kbd>\</kbd>: toggle page source view <li><kbd>sE</kbd>: see source in editor +<li><kbd>sS</kbd>: save current page's source +<li><kbd>s{return/enter key}</kbd>: save page that anchor (link) points to <li><kbd>0</kbd>: cursor to first cell on line <li><kbd>^</kbd>: cursor to first non-whitespace on line <li><kbd>$</kbd>: cursor to last character on line |