Skip to content

Commit cc62917

Browse files
authored
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.
1 parent 02607e3 commit cc62917

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

en/intro_to_command_line/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ As you can see, the computer has just printed your username. Neat, huh? :)
9494
9595
## Basics
9696

97-
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?
97+
Each operating system has a slightly different set of commands for the command line, so make sure to follow instructions for your operating system.
98+
99+
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.
100+
101+
Let's try this, shall we?
98102

99103
### Current directory
100104

0 commit comments

Comments
 (0)