So I’ve been trying to find a text editor that’s blazing fast with as little features as possible that doesn’t look like it was designed in the '90s.

I would like something that when I click on my files it opens almost instantly and only displays text in a notepad without any buttons tools, or just the bare minimum (like create a new file or something like that). I want this to read .txt files and that’s it, if I’m working on a writing I’d use LibreOffice and if I’m writing some code I’d use Atom.

  • DessalinesA
    link
    343 years ago

    Learn vim. Its the most versatile, fastest, and pluggable text editor.

      • @carbon_dated
        link
        23 years ago

        Also like Emacs, but Evil mode is a must. I wonder how some Emacs user haven’t made knots on their fingers with all the weird finger placements.

        • @ree
          link
          23 years ago

          Haha same.

          Remapping ESC+Ctrl on capslock is a beginning of answer

        • @tomtom
          link
          13 years ago

          map caps lock to control and it is fine, in my experience.

          • @tomtom
            link
            13 years ago

            Assuming you want to use the default keybindings

    • Ninmi
      link
      fedilink
      33 years ago

      Yeah, OP mentioned using Atom for coding separatedly, but with a configured Neovim setup you could have it all. There’s a learning curve and you kinda have to like configuring things to some degree, but I really think anyone doing a lot of writing of any kind as a hobby and/or at work ought to give Neovim a fair shot.

        • ghost_laptopOP
          link
          33 years ago

          Yeah, I’ve started with it but left it at half, I think that if I could gamefy it I could probably finish it without issues. I honestly wouldn’t mind paying for the game, but that shit is ridiculous, you have to pay 25USD and you only have 6 months to finish it, fuck that bullshit.

    • flbn
      link
      23 years ago

      this is the way.

    • @blank_sl8
      link
      13 years ago

      most versatile … pluggable

      What makes vim any more versatile or pluggable than Emacs or VS Code?

      • DessalinesA
        link
        23 years ago

        I guess they all have living plugin ecosystems, but none of them are missing support for anything big afaik.

        VSCode shouldn’t be used, its an electron text editor made by microsoft with telemetry bundled in.

        vim and emacs are both more versatile because you can use them for remote development too.

    • Helix 🧬
      link
      fedilink
      -23 years ago

      The amount of time I waste learning and re-learning vim or any other editor with a harsh learning curve I can spend on my family or actually writing code.

      Vim is shit because it doesn’t have an easy mode.

      • Tmpod
        link
        3
        edit-2
        3 years ago

        Calling something “shit” for not conforming with your way of doing things is unfair and and frankly unhelpful here. Vim does have unorthodox controls, but so do a lot of other programs. I fail to see how this is any different.

        There is so much software with unique workflows, or rather much differing from more “casual” uses of a home computer, ranging from 3D, to music, to games, to, well, text editors. Yes you have to learn how to work with them, yes it is time you could have spent with your family, however I’d argue these are valuable learning experiences and ones that enrich your view of productivity. Knowing multiple methods for doing things will always help you better assess what suits you better.

        You may not like Vim still, but you should give it a try before making any judgment.