this post was submitted on 26 Jul 2024
147 points (97.4% liked)

Linux

47290 readers
1007 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 5 years ago
MODERATORS
 

For me, I really want to get into niri, but the lack of XWayland support scares me (I know there’s solutions, but I don’t understand them yet).

Also, I stopped using Emacs (even though I love its design and philosophy with my whole heart) because it’s very slow, even as a daemon.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 23 points 1 month ago (4 children)

I used neovim but recently switched to helix and highly recommend it. If you haven't tried nvim yet, give helix a try before deciding. A good way to compare is do the tutorial of each and see which you like more nvim +Tutor and hx --tutor (orhelix --tutor).

If you're a current vim user the helix keybindings are only a small learning curve after the tutorial, and feel a lot smoother imo

[–] [email protected] 10 points 1 month ago (2 children)

I love Helix. I like that it pretty much works out of the box and the only thing you have to do is install language servers and in some cases configure them, but that's (mostly) well documented. No need to install plugins or use a preset "distribution" like with NeoVim. I also like the built-in keyboard shortcut hints, for example when you press g (goto) it shows you what key will do what.

The way Helix does "select first, then act" is subjective, but I like it.

[–] [email protected] 6 points 1 month ago

This is the reason I liked kakoune right away after I started using it: select, then act, and every movement is also a selection.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

Agree on all counts. I didn't like finding and comparing plugins for neovim, and then wrestling with environment stuff to get them to work, and having to change a bunch of options to get nvim to work how I want. With helix, my config of things I've changed from default is very small, and there's no wrestling with plugins.

And yeah, "select then act" feels a lot smoother and more intuitive to me. If you like that and like plugins tho, check out kakuone

[–] [email protected] 5 points 1 month ago

I've used helix for a few months and liked a few default keybindings. Didn't like the reversed sequences (movement then action) so switched back to neovim and configured helix like bindings for some actions.

[–] [email protected] 3 points 1 month ago (1 children)

I tried out Helix, but I think the biggest issue that I have is that with (neo)vim, I can use the keybindings in most of the editors I use through a plugin (such as IdeaVim for the JetBrains suite) - but I do not think the concept of Helix keybinding plugins have really hit anywhere.

Helix itself seemed really cool when I was playing around with the tutor mode though.

[–] [email protected] 1 points 1 month ago

Yeah I only really use it for personal stuff for that reason. There's a vscode plugin, but last time I tried it it was really slow

[–] [email protected] 0 points 1 month ago (1 children)

Could you elaborate on what helix is?

[–] [email protected] 5 points 1 month ago

A keyboard and terminal based text editor, similar in some ways to neovim, vim, and vi