Skip to content

Commit 1a65739

Browse files
authored
Merge pull request #1819 from afeld/patch-1
add note about editing commands
2 parents fed9d66 + cc62917 commit 1a65739

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)