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 483a2b4 commit fe39830
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/install_instructions/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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 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 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
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 fe39830

Please sign in to comment.