Skip to content

Commit

Permalink
Update editor.html
Browse files Browse the repository at this point in the history
  • Loading branch information
uhilgert authored Dec 18, 2023
1 parent 5f577a5 commit 71c54c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _includes/install_instructions/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ <h3>Text Editor</h3>
<p>
When you're writing code, it's nice to have a text editor that is
optimized for writing code, with features like automatic
color-coding of key words. The default text editor on macOS and
Linux is usually set to Vim, which is not famous for being
intuitive. If you accidentally find yourself stuck in it, hit
color-coding of key words. The default used in this workshop is 'nano',
a basic editor that is installed along with the Bash Shell above. Often,
the default text editor is set to Vim,, especially on macOS and Linux. Vim is not famous for being intuitive.
If you accidentally open 'Vim' and find yourself stuck in it, hit
the <kbd>Esc</kbd> key, followed by <kbd>:</kbd>+<kbd>Q</kbd>+<kbd>!</kbd>
(colon, lower-case 'q', exclamation mark), then hitting <kbd>Return</kbd> to
return to the shell.
Expand Down

0 comments on commit 71c54c9

Please sign in to comment.