this post was submitted on 23 Apr 2025
155 points (98.7% liked)

iiiiiiitttttttttttt

871 readers
1002 users here now

you know the computer thing is it plugged in?

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 33 points 1 day ago (4 children)

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

[–] [email protected] 20 points 1 day ago (1 children)

I copied the windows 10 notepad.exe to my 11 machine and use that instead.

[–] [email protected] 3 points 12 hours ago

I did the same thing with mspaint, but from Win98.

[–] [email protected] 10 points 1 day ago* (last edited 1 day 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.

[–] [email protected] 3 points 20 hours ago

i prefer Sublime Text…

[–] [email protected] 5 points 1 day ago (1 children)

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.

[–] [email protected] 4 points 22 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.