Hey everyone! I've been using Atom for a while because I love its UI and user experience, but since it's not actively supported anymore, I'm on the lookout for some alternatives. I'm currently working in a Windows environment with WSL, doing mostly C and Assembly programming. I'm really searching for a barebones text editor, something similar to the default editor in Ubuntu, with no extra features like autocomplete.
In the past, I've tried Notepad++ (which I found to be visually unappealing), Codeblocks (slow to load and also not great looking), and VSCode (which feels too overwhelming with all its extensions and features).
I just want a simple, functional text editor that will allow me to compile and debug through the Linux terminal, which I can already do because of WSL. I heard about the Zed text editor, but it seems like it's not yet available for Windows. So, I'm wondering if there are any other good, free options similar to Sublime text editor that fit the bill?
5 Answers
You can definitely use any Linux distribution with WSL, but it installs Ubuntu by default. If you want that simple experience, just run Ubuntu's default editor, which is nano.
For GUI options, you can also install gedit for Gnome or Kate for KDE in WSL. Personally, I enjoy using vim since it's lightweight, but there's a bit of a learning curve to get the hang of it.
If you're comfortable with terminal-based editors, you might want to check out Helix Editor. It's a solid choice if you’re ready to dive into command-line usage!
Honestly, I think dte is one of the best barebones editors out there right now. I've been using it daily, and it’s been working great for me!
Yeah, NeoVim is a great option too! It’s really powerful and flexible for what you need.
Have you tried neovim? I switched from VSCode to it after many years, and it's been fantastic. You can customize it to be as lightweight or feature-rich as you want, and it can be made to look however you prefer.
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically