aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorowen bell <owenbell@riseup.net>2020-10-30 20:53:47 -0400
committerGitHub <noreply@github.com>2020-10-30 20:53:47 -0400
commita232bbae0d9ef97552d738ad725e321a4d2a5c88 (patch)
tree34343207e9e350a6db8f9a9aaf4a06dd2f03877e
parentfreenode.net instead of .org (#88) (diff)
downloadkirc-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--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 571d8b6..52cbc21 100644
--- a/README
+++ b/README
@@ -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.