this post was submitted on 21 Feb 2026
273 points (99.3% liked)
KDE
7691 readers
76 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
One thing I miss from Notepad++ that I've never found in a Linux text editor is the ability to just open it and type stuff and it stays there even if you close it and open it again.
Have you tried using the Sessions feature in Kate? It allows you to pick up where you left off, even between multiple projects.
I haven't! But the main advantage of the Notepad++ way is the files aren't actually saved anywhere, it saves them temporarily until you choose where to properly save them. You can just keep opening new tabs and putting stuff in them and it remembers even if closed, but you don't have to actually save them.
Sublime Text supports this, but it's not FOSS.
For this reason, Sublime Text is to me basically a gigantic scratchpad with dozens of tabs open at all times 😂
Windows does this now /s
@Dave @yodeljunkmanenvy Hmm interesting... I personally tend to think of that as a feature of a notetaking app rather than a text editor. But I see how it could come in handy in a text editor too, sometimes.
Maybe I should be looking for a note taking app, but I want it for storing everything from to do list items to quick edits of code snippets so I kind of want the text editor features.
@Dave @diazona I use Obsidian for all that.
Hmm, I guess I have Joplin and I use it a lot, but it doesn't really feel the same as a text editor. I'm not really sure how to explain it haha
@Dave @bitterseeds FWIW I use Obsidian for notes but I feel like the way it handles code snippets is one of its weaknesses. Joplin seems marginally better 🤷 but I have not found a proper "code notes" app that I'm happy with.
@Dave Oh. I get you. I've jacked up VIM into a full on IDE, I do 98% of my day in VIM. Obsidian is good for a lot of stuff, I keep longer term code snippets and notes in it. I usually have two windows on my main VTE … VIM and Obsidian. :D
I get ya though. I do. I'm just an old head, so VIM will have to be removed my cold, dead hands. 🤣
I feel like I should up my game in vim. It's my preferred CLI text editor, I hate when things default to nano as I have trouble working out how to use it. But I very much use the OOTB vim and only basic commands at that.
When you say you have it set up as an IDE, are you talking something that looks like the first picture here (with the red boxes)? I have so much to learn 😅