Its lighter weight
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
is there not a single other person who uses helix?
Helix's editing model is so much better than vim's. I would probably use it if it was be closer to a drop-in replacement for vim. I really hope this neovide issue gains some traction because I don't think I can daily drive anything that isn't as smooth as neovide again.
I like helix
I gave it serious consideration when the death of Atom was announced and I was unsure where to move on to.
Looks like in the meantime a lot has been done (as far as I remember, TreeSitter and LSP weren't built in back then...? Not sure though), but the lack of a plugin system is still killing it for me.
TBH it looks like it has 75% of the features you want from a codeditor, which is much more than the use-case for Nano, but no way to go the remaining 25% of the way.
the death of Atom
I'm still in mourning.
It was pretty great, wasn't it?
Although I must say. I eventually landed on neovim. Steep, steep learning curve, but now I would not switch back again.
I would look at that, but I bounced off VIM hard, so probably not for me.
Well I tried! I ended up using micro
though
WTF is helix?
essentially a terminal modal editor (like vim), but instead of specifying the action to perform then what to perform the action on (like "yank 3 lines"), in helix you select first, then perform actions on the selection (like "these 3 lines, i want them yanked"). it's slightly better (according to others) because you get to see what you're going to change in the file so you don't accidentally delete 5 lines instead of deleting 4.
on top of that many features are builtin, like tree-sitter and lsp support, so you don't have to spend 5 hours looking for cool plugins and configuring everything to get started (my config file is only 50 lines of toml).
the downside is that there isn't support for plugins (yet), but there's already things like a file picker, more than 100 themes etc.
idk man, vims pretty chill, it even has a tutor in it already, what more could you want?
it even has a tutor
Yeah, people are just lazy. I remember when I invented a new login screen and was told it was "difficult", "confusing" and "took some getting used to".
It even came with a free 100-page manual and a 4-hour master class. Some people, I tell you!
^This is meant more as a joke than an actual critique, even if it kind of reflects my thoughts. But ultimatly, I thought it was a funny bit.^
A text editor that doesn’t assume that the keys on my keyboard are in the same order as yours.
I remember looking up how to use Colemak with vim, and the advice was:
- Change the mappings so the position is the same, but it has the downside that every tutorial won't match.
- Keep the mappings and do awkward stretches for common functions like up and down.
So I just gave up and moved on.
I hit the same wall with Dvorak layout.
A text editor that doesn't need a tutor because the interface is intuitive enough that someone who has been using text editors (as a concept) for years can more or less instantly pick it up and start working without needing a tutorial to simply edit a config file.
One that's intuitive and doesn't require a cheat sheet or what I like to call fingular contortionism discovery.