From cc6291749a788daa87eea6b9f6004e263e1921d0 Mon Sep 17 00:00:00 2001 From: Aidan Feldman Date: Tue, 20 Feb 2024 22:08:38 -0500 Subject: [PATCH] add note about editing commands I imagine it's confusing for folks that are new to the command line as to why their mouse isn't working when they try to move the cursor. --- en/intro_to_command_line/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/en/intro_to_command_line/README.md b/en/intro_to_command_line/README.md index b7c67bb6f03..ab53abbcec7 100644 --- a/en/intro_to_command_line/README.md +++ b/en/intro_to_command_line/README.md @@ -94,7 +94,11 @@ As you can see, the computer has just printed your username. Neat, huh? :) ## Basics -Each operating system has a slightly different set of commands for the command line, so make sure to follow instructions for your operating system. Let's try this, shall we? +Each operating system has a slightly different set of commands for the command line, so make sure to follow instructions for your operating system. + +If you make a typo, you can use the left and right arrow keys to move your cursor, backspace and delete to edit the command. Most command lines don't support using the mouse to move the cursor. + +Let's try this, shall we? ### Current directory