Skip to content

Commit a232bba

Browse files
authored
CTRL+A and CTRL+E are swapped in the README (#89)
1 parent f2a54fd commit a232bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u usern
8383

8484
* **CTRL+B** or **LEFT ARROW** moves the cursor one character to the left.
8585
* **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.
86+
* **CTRL+E** moves the cursor to the end of the line.
87+
* **CTRL+A** or **HOME** moves the cursor to the start of the line.
8888
* **CTRL+W** deletes the previous word.
8989
* **CTRL+U** deletes the entire line.
9090
* **CTRL+K** deletes the from current character to end of line.

0 commit comments

Comments
 (0)