diff options
author | bptato <nincsnevem662@gmail.com> | 2023-10-05 01:16:26 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-10-05 01:16:26 +0200 |
commit | 561cd7aa3996cec2b79572100f3ff8e71da6d388 (patch) | |
tree | 6b4f28a0f62ce9dbc60f09674cc927c5c019441a | |
parent | 3235507b98f178f58657a86370e57e0a8b130684 (diff) | |
download | chawan-561cd7aa3996cec2b79572100f3ff8e71da6d388.tar.gz |
chawan.html: add missing linebreak
needed to avoid the logo overwriting text
-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 4bf6fc11..9251f221 100644 --- a/res/chawan.html +++ b/res/chawan.html @@ -56,8 +56,8 @@ 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 (or move to nth line, -depending on command) +<li>{number}, 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) </ul> |