• Belsedar@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    6 minutes ago

    Micro, if I can reasonably get it onto a system, it will stay there. I don’t really need anything more to tweak configs

  • muusemuuse@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    16 hours ago

    TUI-nano (you vi people are insane. I will die on this hill) GUI-as long as it’s not ms word, I could give a damn

  • expr@programming.dev
    link
    fedilink
    arrow-up
    22
    ·
    1 day ago

    Fave: vim First: vim Future: vim Honorable mention: vim Loathed: anything other than vim Current: vim Longest: believe it or not, vim

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    31
    ·
    edit-2
    1 day ago

    Fave: vim
    First: notepad.exe
    Future: vim
    Honorable mention: vi
    Loathed: Everything but (neo)?vim?
    Current: vim
    Longest: vim

  • eodur@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    17 hours ago

    I’ve used so many over the years. Sublime was really cool for a bit. Notepad++ and UltraEdit look like ass but they were both daily drivers for a long time. These days I bounce between codium and vim throughout the day. I kinda hate codium/vscode but I use it for the same reason I’ve used vim for so long: it’s functional and available everywhere.

    I should really give one of the newer vim clones a closer look one of these days.

  • lime!@feddit.nu
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    1 day ago

    writing a text editor in a shell language is certainly… a choice. also this kinda feels like an ad for your own project.

    anyway i’ve gone notepad, np++, eclipse, sublime, atom, vim, nvim, back to vim, then vis, then vim again, and now helix, which i’ll hopefully stick with a while. worst has gotta be the GMod Wiremod Expression editor. honorable mention to acme.

    • Digit@lemmy.wtfOP
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 day ago

      Don’t use fin. It, like all my stuff, is scruffy.

      It’s just honestly my fave (~ Would be weirder if I were writing it masochistically to not be my fave). Wrote it with intention of using it in the future.

      • lime!@feddit.nu
        link
        fedilink
        arrow-up
        3
        ·
        1 day ago

        as long as you’re having fun and learning. although i don’t know if it’s dogfooding if you’re a one-man band; seems more like just cooking.

      • HouseWolf@pawb.social
        link
        fedilink
        English
        arrow-up
        4
        ·
        23 hours ago

        I mentioned it in my own comment but there’s a pretty much 1 to 1 clone of Notepad++ on Linux called Notepadqq

      • lime!@feddit.nu
        link
        fedilink
        arrow-up
        3
        ·
        1 day ago

        gedit and kate are better alternatives honestly. and with their security practices i would rather be without.

        • Valmond@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          1 day ago

          Interesting, what are their bad security practices?

          I have kate but it’s way behind notepad++, IMO! Will check out gedit, thanks.

          • lime!@feddit.nu
            link
            fedilink
            arrow-up
            3
            ·
            22 hours ago

            they did their autoupdate through an unencrypted connection, without any verification, and just executed the payload locally. when pressed about it they added https but then it turned out they had no auth on the update server. it was a whole thing, took several years for them to correct and they complained every step.

  • bold_omi@lemmy.today
    link
    fedilink
    arrow-up
    4
    ·
    1 day ago

    Favorite: Helix Future: Helix Current: Helix Loathed: Anything with JavaScript, a mandated GUI, or non-modal keybinds First: Vim Longest: Helix Honorable mention: Kakoune

  • Mensh123@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    24 hours ago

    That’s fun! I’m currently comming from Neovim to see if Emacs is for me. I’ve only really used Neovim for half a year and Emacs for less than a week so who knows? I’ve actually only been sent on this rollercoaster ride by JetBrains trying to sneak AI training data collection into IntelliJ almost a year ago, eventually being annoyed by how clanky Eclipse is. Am I annoyed by Neovim? No, not at all, I just want to see if I like Emacs even better.

  • sleepmode@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 hours ago
    • fave: vim
    • first: ED-IT?
    • future: vim
    • honorable mention: emacs
    • loathed: ed
    • current: vim
    • longest: vi

    vim is basically my foreverhome at this point. I feel clumsy trying to use most other things. But I also like emacs shortcuts and learned a bunch of them unwittingly via bash having that mode set out of the box.

  • palordrolap@fedia.io
    link
    fedilink
    arrow-up
    5
    ·
    1 day ago

    Fave: I don’t really do favourites, but I tend to reach for nano because it’s usually installed and I prefer it to the vi family.

    First: The 8-bit Commodore screen editor was hard to beat for its time, so let’s go with that, even though I probably used the BBC Micro arrow / copy system before that.

    Future: Heck if I know. I installed micro but haven’t touched it yet. Maybe one day I’ll get around to that. Or an IDE. So probably nano.

    Honourable mention: An editor I worked on for a project once. There’s something to be said for editing an editor’s source code inside itself.

    Loathed: ed / edlin

    Current: Let’s go with nano again, but I do lot more typing on command lines and in browser text boxes, like this one.

    Longest: If pico counts as proto-nano, then definitely nano. Been using that since the '90s.

  • JakoJakoJako13@piefed.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    I’m honestly torn between Nvim and Emacs right now. I’m a long time vim user and been on Nvim for 10+ years. The rate at which they change config methods kinda drives me nuts. The change from vimscript to lua, and then a new mixup of lua to another syntax of lua, NEED TO CHANGE THE LUA!!! It’s too much. I really did a yearly config rewrite for a while because the plugin ecosystem moves lightning fast. Now most of the time I feel like I’m using a half baked config solution even on a new from scratch setup.

    Emacs feels like a breath of fresh air. I’m still working out the kinks but it feels like it just works when I tell it to do something. I’m not using evil mode. I dove head first into vanilla and it’s been really nice. ELisp is wild. I have no fucking clue what I’m doing with it, but it all seems to be working. The fact that it took me 3 days to get my Emacs setup to where I am with Nvim and beyond was a great start to the switch. I’m really enjoying Emacs and there’s definitely a past version of me going ‘What the fuck’ right now.