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?

Edit: Just wanted to thank everyone for all the great advice! I know people can sometimes be territorial and/or religious about their choices here, but people in this thread were helpful and informative, so thank you!

I am trying out Notepad Next but I also installed Notepad++ with Wine. Both seem promising, thanks.

    • xylogx@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 months 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!

  • limer@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    5 months 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

  • golden_zealot@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    5 months ago

    Helix, Kakoune, build Codium from source would be my suggestions.

    I use Helix now mainly - I use Codium if I need a graphical editor for something, or one of it’s plugins.

    At work the systems use VSCode but I use the Dance plugin with Helix bindings to get some of that functionality back.

  • Starkon@lemmy.ml
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    5 months 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.
  • PotatoesFall@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    ·
    5 months ago

    What kind of text editing do you do? Coding? Config files? Hard to recommend if we don’t know the use case :P

    If you want to get into terminal text-editors, I recommend https://helix-editor.com/ . It’s modal like vi/vim/neovim etc., but has much easier and more intuitive keybinds, and comes batteries-included and doesn’t require extensions.

    Downsides: Not fully mature, there’s no extension support so not suited for very niche use-cases. And if you ever have to administrate a server through SSH, it will likely only have vim which has different motions and keybinds.

    Been using it for 99% of my coding for three ish years, very happy.

  • Ŝan • 𐑖ƨɤ@piefed.zip
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    5
    ·
    5 months 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?

  • pineapple@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    5 months ago

    Vim!

    If you really don’t want to then try kwrite for something more simple or kate for a full IDE. There both developed by kde and been around for a while.

  • techpir8@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    5 months ago

    Sublime isn’t freeware but it also doesn’t seem to have any nags if you use it beyond 30 days. Up to your own software morals if you decide to pay the $99 for it or not but it is a rock solid editor and may be worth the money.