From 90b237064e2dd7d44e88fa8eac37c0ae8e328e22 Mon Sep 17 00:00:00 2001 From: uhilgert <5148595+uhilgert@users.noreply.github.com> Date: Thu, 9 Nov 2023 14:44:14 -0700 Subject: [PATCH] Update editor.html --- _includes/install_instructions/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/install_instructions/editor.html b/_includes/install_instructions/editor.html index 79f1b8f..911706c 100644 --- a/_includes/install_instructions/editor.html +++ b/_includes/install_instructions/editor.html @@ -4,7 +4,7 @@

Text Editor

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 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 + 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 Esc key, followed by :+Q+! (colon, lower-case 'q', exclamation mark), then hitting Return to return to the shell.