Skip to content

Commit

Permalink
Update editor.html
Browse files Browse the repository at this point in the history
  • Loading branch information
uhilgert authored Nov 9, 2023
1 parent fe39830 commit 2d8fcfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/install_instructions/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <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 used in this workshop is 'nano', a basic editor that is installed along with Git. 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
color-coding of key words. The default used in this workshop is 'nano', a basic editor that is installed along with Git and Bash. 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 2d8fcfe

Please sign in to comment.