What are some good lightweight text editors for Windows/WSL?

0
2
Asked By CuriousCat47 On

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

Answered By TechieTom123 On

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.

Answered By TerminalWarrior99 On

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!

Answered By BarebonesDev On

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!

Answered By CodeMasterJay On

Yeah, NeoVim is a great option too! It’s really powerful and flexible for what you need.

Answered By SimpleCodeNerd On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.