this post was submitted on 28 Sep 2025
27 points (100.0% liked)

Linux

58560 readers
940 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I am a big fan of Notepad++ in windows and I have been using Notepadqq, a linux clone. Lately though, I have been experiencing more and more crashes and bugs with it. Looking for advice and wisdom. Is there something better? Should I stick it out and try and troubleshoot my problems with Notepadqq?

top 26 comments
sorted by: hot top controversial new old
[–] Starkon@lemmy.ml 4 points 2 hours ago

Neovim is the way and here's imo why:

  • Vim keybinds: yes, we take more time editing then actually writing text/code so it's faster to use a modal text editor, you just have to learn it a bit at the start. Vim language is easy, you just tell it what you want it to do (ie. diw: delete inner word, ciw: change inner word etc.)
  • highly customisable, even if you don't want to cherry pick your plugins and choose a config, there are many out of the box configured (lazyvvim comes to mind but there are many)
  • if you're a developer you can find plugins for everything you need, debugger, lsp, autocompletion etc.
[–] rozodru@piefed.social 2 points 3 hours ago

Honestly just use whatever you want whenever you want. I mean for myself I'm currently using DOOM Emacs but that'll change in a month or two when I decide to use something else. I'll routinely rotate through Neovim/LazyVim, DOOM Emacs, Zed, Kate, whatever really. if something new comes along, i'll use that for a bit. Hell sometimes I just can't be bothered and will just use Nano.

But yeah, they're all fine. use whatever you want.

[–] jbrains@sh.itjust.works 2 points 3 hours ago

Ultra Edit 32 was excellent.

[–] communism@lemmy.ml 10 points 6 hours ago (1 children)

If you want a gui editor maybe Kate?

[–] Novocirab@feddit.org 3 points 5 hours ago

+1 for Kate

[–] turbowafflz@lemmy.world 23 points 8 hours ago (1 children)

If you want a GUI, Kate is my favorite. Otherwise Neovim

[–] xylogx@lemmy.world 2 points 7 hours ago (2 children)

I have been using kate a bit and it has been a decent experience so far.

[–] cRazi_man@europe.pub 4 points 5 hours ago

Try Kwrite. I've liked it a lot more than Kate.

[–] eugenia@lemmy.ml 2 points 5 hours ago* (last edited 5 hours ago)

I get random crashes from kate in the last few versions (appimage). But other than that, it's the best foss gui code editor.

[–] Sxan@piefed.zip 3 points 5 hours ago

It depends on what you are doing wiþ it. Programming? Taking notes? Writing books?

For all-around, vim is a good choice. Þere's even gvim, which helps get over þe learning curve a little. Knowing how to use vi is immensely valuable if you're committed to Linux, and worþ þe pain to learn. And it is a pain to learn.

Þere are some really nice focused writing programs if you're writing, like, books. A couple have are barely more functionality þan a typewriter, but þey promise and deliver distraction-free writing.

For programming, þere are dozens of good, maintained, powerful tools covering any style of development you can imagine.

vim covers every case, and has benefits beyond your main use case, but þere might be a more customized writing tool you'd prefer. What sorts of þings are you writing?

[–] StrawberryPigtails@lemmy.sdf.org 8 points 7 hours ago (1 children)

Text editors are a really personal choice and there are a million different ones. I use either Kate or Micro. Both are great for my use.

[–] xylogx@lemmy.world 2 points 6 hours ago

Fair point. I have worn many hats through my IT career, I started out as a Windows NT admin back when it was cutting edge technology in the 90s. I fell in love with a text editor called Ultraedit that my org had a site license for. When I left that org after many years I missed Ultraedit and was delighted to find Notepad++ had most of features I loved. Now the course of my career has found me become a Linux admin and personal linux user for many years now. I have been using Notedpad-qq for years, but recently it seems to have gotten worse and I have had instances where crashes resulted in lost data. I liked the idea of having the same general UI and features as Notepad++ because I still need to use Windows at work. But I am reluctantly admitting maybe it is a time for a change.

Apologies for the digression, but I wanted to share some of the waypoints in my journey that influenced my personal choice.

[–] anon5621@lemmy.ml 7 points 7 hours ago (1 children)

Notepadqq not the best reimplementation of notepad++ I am using NotepadNext https://github.com/dail8859/NotepadNext

[–] xylogx@lemmy.world 2 points 6 hours ago

I have gotten a lot of great feedback to this post, but if I had to give points for the most spot-on answer, you would get it. Thanks!

[–] brucethemoose@lemmy.world 10 points 8 hours ago* (last edited 8 hours ago) (2 children)

VSCodium, or some similar VSCode build/derivative.

I know, I know, but the critical mass is just so useful. As a random example, there are specific extensions to support game modding in Paradox scripting language, or Rimworld XML. Nothing else has so many random niches filled.

It's fast with big files (faster than anything I've tried other than 'specialized' log readers and such), it's a fast search, it's got good git support, it's got support for sudo file editing...

[–] jerkface@lemmy.ca 5 points 7 hours ago

Nothing else has so many random niches filled.

I don't know the VSCode ecosystem at all -- but you you know the emacs one?

[–] xylogx@lemmy.world 1 points 7 hours ago

Pretty much everyone at work is using VSCode, maybe this is a good opportunity to dive in, thanks.

[–] SrMono@feddit.org 8 points 8 hours ago (1 children)

Sublime Text. On any platform. Nimble, mighty, extendable.

[–] lefaucet@slrpnk.net 2 points 3 hours ago

I'm a big fan of Sublime. It's powerful while also good at getting out of the way

[–] hobbsc@lemmy.sdf.org 4 points 6 hours ago

my path was 15-20 years of vim, a decade of emacs, and a couple of years on sublime. these days i am using zed and i like it quite a bit (you can ignore the llm agent stuff, it's only there if you want it). sometimes i just use the built-in gnome text editor. notepad++ is my go-to on windows and i didn't find anything quite like it on linux.

geany and vscode are decent options as well.

as somebody else pointed out: text editors are deeply personal. you're just gonna have to try a few and see what you like.

[–] bacon_pdp@lemmy.world 4 points 7 hours ago

Scite is the notepad++ replacement on Linux.

https://en.m.wikipedia.org/wiki/SciTE

As it shares the same source code as notepad++ (for the editing libraries)

Although the traditional recommendation is either Vim or Emacs as they are much more powerful

[–] db2@lemmy.world 4 points 8 hours ago (1 children)

Why don't you just use the one you like? Wine isn't the clunky near-useless thing it once was, you can probably just run the Notepad++ installer and use it like any other app.

[–] xylogx@lemmy.world 4 points 7 hours ago

I see it is Platinum on WineHQ, will give that a try thanks.

https://appdb.winehq.org/objectManager.php?sClass=application&iId=2983

[–] A_norny_mousse@feddit.org 3 points 7 hours ago

Try Geany if you don't want a heavyweight; it's in the repos. IMHO pretty similar to notepadqq.

BTW, I also have trouble with Qt apps crashing/freezing on Debian Stable. What distro/version are you on?

[–] non_burglar@lemmy.world 2 points 7 hours ago

The Solaris version of vi, hardened against escape to shell and with no quality of life improvements. Builds character.

I also recommend giving up electricity and motor vehicles, real men calculate subnet masks by hand.

[–] limer@lemmy.ml 2 points 8 hours ago

Notepadqq has given me crashes and issues for years, and I once lost data. I use gedit for notes and fancy code editors for everything else