Text editors

↑ Up

Text 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:

  1. gedit: the default GUI editor in GNOME desktop
  2. nano: an intuitive editor integrated in the shell

Higher productivity:

  1. vi: My editor of choice, see here
  2. Visual Studio Code: Popular GUI editor/IDE developed by Microsoft