• slazer2au@lemmy.world
    link
    fedilink
    English
    arrow-up
    32
    ·
    20 hours ago

    Since leaning about notepad++ I have not used the notepad. Sad to see there is now another reason not to launch notepad.

    • TheTechnician27@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      18 hours ago

      On Windows, I switched from Notepad to Notepad++. When I switched to Linux, I tried using Notepadqq, which is just a Notepad++ fork with Linux support. But then I realized that Kate is actually miles ahead of Notepad++/qq.

      I have zero clue how well it works on Windows, but I highly recommend trying it based on my Linux experience. Notepad++ and Kate are both FOSS either way, so you can’t go wrong if you end up preferring or not preferring it.

    • Bahnd Rollard@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      18 hours ago

      Im a Sublime Text fan, I think their UI is cleaner than NP++ and I get a lot of milage out of the regex find/replace feature.

      • fartsparkles@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        16 hours ago

        Me too. The multi-line select and edit feature has been a godsend so frequently. I use NP++ plenty too but I find Sublime far more useful out of the box and especially when I’m bouncing between Linux, macOS, Windows; it’s nice to have a consistent text editor across all platforms.

        However I also use micro a lot if I’m just using the shell. It’s like Sublime but in the terminal and not proprietary too! Perfect for when you’re SSHing into servers and don’t want nano or vi. Best part, micro is a static binary so you can curl/wget it and spin it up straight away.