Use a text editor¶
nano cheat sheet
After logging in to your HPC cluster, start a terminal
and type nano
to start the text editor called ‘nano’.
CTRL-O
: saveCTRL-X
: quit
The clusters provide these text editors on the command line:
- nano
- vi, vim
- emacs
We recommend nano
unless you are used to another editor:
- Text editors at HPC2N
- Text editors at UPPMAX
- Any of the above links would be helpful for you.