this post was submitted on 20 May 2026
89 points (96.8% liked)

Linux

65521 readers
234 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Do you use vim as your default text editor? If you do not, have you ever been in a situation you could do nothing but use vim?

you are viewing a single comment's thread
view the rest of the comments
[–] onlinepersona@programming.dev 2 points 1 week ago (1 children)

Helix is just used friendly vim, honestly. Vim barely has any help and helix is batteries included. Ever since discovering it, vim feels like a downgrade.

[–] Sickday@kbin.earth 6 points 1 week ago (1 children)

It's just way easier to get helix to a usable state for the languages I write in than it is with vim. I don't have to go plugin hunting or vetting random github repos; all the support mostly comes shipped with the editor. Throw some lines in TOML file and you're good, vs downloading a plugin manager, downloading plugins, configuring those plugins and hoping you got everything right and the plugin repo's README isn't 10 years out of date.

vim feels like a downgrade.

100%

[–] onlinepersona@programming.dev 5 points 1 week ago

The process you described is definitely what I went though with vim and neovim. After about a decade of vim I still couldn't get proper language support and an IDE like experience going. When language servers and the debugging protocol came along, it was worse to find the right plugin and configure that correctly.

Helix simplified my decade long struggle with vim in a single weekend. It still isn't a TUI IDE but it's such an upgrade, I'll take it.