File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,21 @@ the name: [recipe_example.yml](https://github.com/ESMValGroup/ESMValTool_Tutoria
146146> # # Explore the recipe
147147> Use the following command and investigate the sample recipe.
148148> ~~~bash
149- > vim recipe_example.yml
149+ > nano recipe_example.yml
150150> ~~~
151151{: .challenge}
152152
153+ > # # Text editor side note
154+ >
155+ > No matter what editor you use, you will need to know where it searches
156+ > for and saves files. If you start it from the shell, it will (probably)
157+ > use your current working directory as its default location. We use ``nano``
158+ > in examples here because it is one of the least complex text editors.
159+ > Press <kbd>ctrl</kbd> + <kbd>O</kbd> to save the file,
160+ > and then <kbd>ctrl</kbd> + <kbd>X</kbd> to exit ``nano``.
161+ > The line numbers can be shown by pressing <kbd>alt</kbd> + <kbd>shift</kbd> + <kbd>3</kbd>.
162+ {: .callout}
163+
153164Please note the following sections :
154165
155166 - documentation : lines 4-20
You can’t perform that action at this time.
0 commit comments