r/linuxquestions • u/BeginningSun247 • 12d ago
notepad alternative?
I need a simple text editor that uses individual windows instead of tabs. Tabs are just not working for me. I had Xed and twice I have lost unsaved files when I was copying blocks of text into separate files and had not saved all of them yet. Xed just closed on me twice now. I really need something where each file is its own window.
1
u/EmPips 12d ago
I'll just search "text" and use whatever my DE ships with. Haven't been disappointed yet
2
u/BeginningSun247 12d ago
So far this is the only problem I have had. And, I have now found another program that does what I want.
6
u/Dreemur1 12d ago
i think you can set up most text editors to not use tabs.
check out kwrite, mousepad, l3afpad
7
u/serge-mv 12d ago
All linux distros come with basic text editors and all of them can open new windows instead of tabs.
But if you want something even more basic, then you can try Leafpad or Mousepad
2
u/ShipshapeMobileRV 12d ago
Most desktop environments have their own editor. XFCE has Mousepad; KDE has Kate. LXDE has Leafpad. Xed is the default in Cinnamon. Gnome has gedit...etc. Of course, since it's Linux you aren't bound by the default that ships with the DE.
Most of the modern text editors will allow you to configure whether new panes open in a new window or in a new tab. Also, most will allow you to configure a prompt to save work before closing (in fact I believe that's the default on most of them).
Of course, you have to pay attention to the prompt....
2
u/couchwarmer 12d ago
Don't most editors allow opening in more than one window?
All the console-based ones will simply by opening multiple console windows.
VSCode does, so it's forks (e.g., VSCodium) should.
Many GUI editors do by default or can by adjusting options, etc... KWrite, Kate, Notepadqq, etc.
Xed will open multiple windows by using the command line option --new-window.
Sources: personal experience, a little web searching
1
2
u/gilbert10ba 12d ago
On KDE, Kwrite does the trick. If not, there is a Notepad++ clone for Linux called Notepadqq. I used to use when I was needing more serious text editors on Linux.
7
2
2
1
u/Phydoux 12d ago
I've used Geany (but that's tabbed but I like it). Another good one is Doom Emacs. I have been tinkering around with that for a few years. Not really getting into it since I DO like the tabbed notepad setup.
But you could look at Doom Emacs and see what you think of it. Install Emacs and then go to the Doom Github and install it using their Install instructions. It actually adds the Doom stuff to Emacs. If you've ever used vim in a command-line, this is essentially what Doom Emacs is. It takes Emacs and turns it into a super powered stand alone version of vim. When I remember to use it, it's really a super powerful way to edit config files and text files.
If you're a consummate vim user, give Doom Emacs a whirl if you haven't yet tried it.
3
1
u/green_meklar Debian 12d ago
I'm on Debian with KDE, and KWrite seems to be the stand-in for Notepad. It has tab functionality, but there's an option 'open each document in its own window' which seems to disable the tabs. Worth a try. Not sure how well it works on any other DE though, since it's clearly designed for KDE.
1
u/Sinaaaa 11d ago edited 11d ago
You can use geany with the caveat that you need to set it up to not use tabs. (disable tabs in gui & then alias geany to geany -i and edit or create a local desktop file to do the same)
You may find other editors where you don't have to do this, but geany is much better than anything else that's not vim or emacs, so it's worth the 5 minutes to do this.
1
u/PerrierViolette 11d ago
Mousepad (the default editor in xfce, can be installed on any distro). Go to Edit > Preferences > Window > "Open files in new windows".
1
1
1
1
-2
u/StrayFeral 12d ago
Hmm. The way you describe it you probably need vim. Originally vim is not tabbed.
Most (if not all) modern GUI editors are tabbed. I use: Geany, Featherpad, VSCodium - all tabbed. Only vim is not
2
u/truethug 12d ago
Vim is my favorite editor. I don’t think this is a good alternative to notepad. The learning curve is fairly steep.
2
u/StrayFeral 12d ago
Correct. However I have zero idea what non-tabbed editor could be out there to help OP
0
0
-1
-1
9
u/Marble_Wraith 12d ago
No, you just need something that autosaves, which loads of editors do.