Text editors
↑ UpText editors are where you will spend the majority of your time, writing scripts for bash/slurm to run simulations, editing simulation input parameter files, writing analysis scripts in python, etc. You will want to get comfortable using one which helps you to be productive! For quick, one-off tasks, the GNOME Text Editor gedit works fine. In the long run, you will want something with more advanced features and integration into bash. NOTE: Don’t use LibreOffice or MS Word!
Getting started:
gedit: the default GUI editor in GNOME desktopnano: an intuitive editor integrated in the shell
Higher productivity:
vi: My editor of choice, see hereVisual Studio Code: Popular GUI editor/IDE developed by Microsoft
