From a232bbae0d9ef97552d738ad725e321a4d2a5c88 Mon Sep 17 00:00:00 2001 From: owen bell Date: Fri, 30 Oct 2020 20:53:47 -0400 Subject: CTRL+A and CTRL+E are swapped in the README (#89) --- README | 4 ++-- 1 file 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. -- cgit v1.2.3