Looking for a Simple Text Editor for Windows with WSL

0
27
Asked By CoolCat123 On

Hey everyone! I've been using Atom as my text editor because I love its UI and UX, but since it's no longer supported, I'm on the hunt for a new one. I'm using Windows with WSL, primarily coding in C and Assembly, so I need something really minimalistic—think of the default text editor on Ubuntu.

I've tried Notepad++ (not a fan of its look), Codeblocks (too slow for my tastes), and VSCode (just too much going on with all the bells and whistles). I'm not looking for an IDE or anything advanced—I want something that feels similar to what I'd have during exams, with no auto-completion or extra features, and compiling through the Linux terminal is already covered with WSL.

I've heard about Zed text editor but it's not available for Windows yet. Is there a way to run the Linux version on WSL? Any recommendations for a free, barebones text editor like Sublime would be greatly appreciated!

5 Answers

Answered By VimIsLife On

Don't overlook NeoVim! It's lightweight and very effective for coding. I've switched to it recently and I'm loving the experience!

Answered By CodingWizard2024 On

If you're okay with terminal-based editors, I recommend trying Helix Editor. It's pretty straightforward and should suit your needs.

Answered By CodeNinjaX On

Neovim could be a solid choice! I've been using it in WSL after moving away from VSCode, and it strikes a nice balance of being lightweight yet customizable. You can tweak it to look as simple or as sophisticated as you want.

Answered By TechieTiger89 On

You can definitely use WSL with any Linux distro, but if you stick with Ubuntu (which is the default), you can just open up 'nano' for a super simple text editor. If you're into GUI editors, you can install things like gedit or Kate through WSL as well. Personally, I really like vim; it's lightweight but does come with a learning curve.

Answered By BarebonesBro On

I think dte is a great option for a no-frills text editor. I've been using it daily and it's served me well!

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.