Skip to content

EditorsΒΆ

in addition to IDEs there are various editors available:

  • bluefish:
    • module load maxwell bluefish; bluefish
  • emacs:
    • /usr/bin/emacs # or just
    • emacs
    • emacs -nw # plain emacs in the terminal
  • geany:
    • /usr/bin/geany # or just
    • geany
  • mousepad:
    • /usr/bin/mousepad # or just
    • mousepad
  • nedit:
    • /usr/bin/nedit # or just
    • nedit
  • nano:
    • /usr/bin/nano # or just
    • nano
  • vi:
    • /usr/bin/vi # or just
    • vi
  • vim:
    • /usr/bin/vim # or just
    • vim

It's really mostly a matter of taste. A search for best linux editors might give a quick idea.