this post was submitted on 10 Jan 2022
17 points (100.0% liked)

Open Source

31118 readers
294 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I've used VS Code for a long time, but have recently grown weary of Microsoft's approach to OSS. I've checked out VS Codium which seems like it might be a great option.

What text editor are you using?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Delzur@fapsi.be 0 points 2 years ago (1 children)

Not downvoting but I'm puzzled. Why switching to nano? After 20 years of vim you probably are an advanced user. After getting some of the goodies of vim, I cannot understand how nano can be appealing. Care to elaborate?

[โ€“] marmulak@lemmy.ml 1 points 2 years ago

Depends on the use case. I used to think nano was stupid too until I tried to use it for real, and I realized that it is among the best designed editors I've ever used. Yes, it is more simple and don't offer all the functionality of vim. It might be able to do a couple things vim can't, but I would have to double check on that. (Like emacs, nano can re-wrap hard-wrapped text to a specific width, which I'm not sure is easy to do in vim.)

For certain edits or tasks, vim might end up being more trouble than it's worth.