I purchased a license for Sublime a few years ago, when I seriously thought that the way forward for me was to continue working in IT. That didn’t play out, so I’m now free to expunge one more piece of proprietary software from my life.

I’ve spent literally years at a time with modal text editors as a job requirement, and I know that I just don’t work well with them. This is not to say that Vim and Emacs are anything less than excellent. This is a me problem and not a them problem.

The editors I’ve found that have worked best for me in the past are probably Textmate and Sublime. Notepad++ runs a close third, and there is a Linux port these days!

The one thing I will not do is Electron-based editors. Besides the enormous resource usage of having a browser instance fired up for them, I’ve had malware try to coopt the JS backends of Electron text editors in the past. (On an interesting short-term contract gig cleaning malware out of websites.) It’s left me pretty gunshy, and I don’t need extra stress.

I’ve been down the lists of editors at certain wikis, and experimented with several of them. Kate seems like the best GUI editor and Micro seems like the best terminal-based editor.

However, I’ve been living in a relative vacuum on this subject for more than a decade and would appreciate others’ opinions.

  • TheAgeOfSuperboredom
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    3 hours ago

    Helix also, but aren’t Zed and Helix both modal?

    edit: Huh. I just tried out Zed and looks like modal editing is optional.

    • Sparrow_1029@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 hours ago

      Helix is, but I don’t think Zed is? At least not by default. It has a command palette and multi-buffer, multi-cursor, but not visual/normal/nsert/etc AFAIK

    • gmhh@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Helix looks interesting, but it won’t work for me for some of the same reasons that Vim doesn’t. Again, my calcified brain’s problems and not a problem with those interfaces.

      My limited understanding is that Helix’s dev(s?) actually did work on Vim’s codebase and want to put what they learned there to good use.