• sed
    • Stream editor
  • tr
  • vi
  • vim
    • Vi Improved
    • Vim as an IDE
      • Links
      • You donโ€™t have to set Vim as your main IDE but some people like to customize it and install plugins (to match what modern GUI IDEs already do) and learn the shortcuts for action (which are not intuitive).
      • But I find the effort to learn and set up to too high. If you want to edit files on a remote server through the terminal - you probably should be making any major changes in version control or locally and you can also use VS Code extension to open remote files in your local IDE.
  • nano
    • Less versatile than Vim, but nano is easy to learn.
    • It even gives you the shortcuts available at the bottom of the screen.
  • emacs