aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.