diff options
author | owen bell <owenbell@riseup.net> | 2020-10-30 20:53:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 20:53:47 -0400 |
commit | a232bbae0d9ef97552d738ad725e321a4d2a5c88 (patch) | |
tree | 34343207e9e350a6db8f9a9aaf4a06dd2f03877e | |
parent | freenode.net instead of .org (#88) (diff) | |
download | kirc-a232bbae0d9ef97552d738ad725e321a4d2a5c88.tar.gz kirc-a232bbae0d9ef97552d738ad725e321a4d2a5c88.tar.bz2 kirc-a232bbae0d9ef97552d738ad725e321a4d2a5c88.tar.xz kirc-a232bbae0d9ef97552d738ad725e321a4d2a5c88.tar.zst kirc-a232bbae0d9ef97552d738ad725e321a4d2a5c88.zip |
CTRL+A and CTRL+E are swapped in the README (#89)
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,8 +83,8 @@ kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u usern * **CTRL+B** or **LEFT ARROW** moves the cursor one character to the left. * **CTRL+F** or **RIGHT ARROW** moves the cursor one character to the right. -* **CTRL+A** moves the cursor to the end of the line. -* **CTRL+E** or **HOME** moves the cursor to the start of the line. +* **CTRL+E** moves the cursor to the end of the line. +* **CTRL+A** or **HOME** moves the cursor to the start of the line. * **CTRL+W** deletes the previous word. * **CTRL+U** deletes the entire line. * **CTRL+K** deletes the from current character to end of line. |