We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a54fd commit a232bbaCopy full SHA for a232bba
README
@@ -83,8 +83,8 @@ kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u usern
83
84
* **CTRL+B** or **LEFT ARROW** moves the cursor one character to the left.
85
* **CTRL+F** or **RIGHT ARROW** moves the cursor one character to the right.
86
-* **CTRL+A** moves the cursor to the end of the line.
87
-* **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.
88
* **CTRL+W** deletes the previous word.
89
* **CTRL+U** deletes the entire line.
90
* **CTRL+K** deletes the from current character to end of line.
0 commit comments