this post was submitted on 03 Aug 2026
36 points (100.0% liked)

Linux

67399 readers
640 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
 

edit:

I've updated & expanded the list (finished for today)

you are viewing a single comment's thread
view the rest of the comments
[–] juipeltje@lemmy.world 3 points 1 month ago (3 children)

Try ~~VIM~~ Emacs instead of Nano ;)

[–] nutcase2690@lemmy.dbzer0.com 4 points 1 month ago (2 children)

Can also try helix! I think there is another one called kakoune but I haven't followed that for a long time

[–] sudoer777@lemmy.ml 4 points 1 month ago

If you use Helix, use the nightly version from their flake since it has like a year's worth of updates compared to the last release. Or use Steelix if you want early access to plugin support.

[–] juipeltje@lemmy.world 2 points 1 month ago

Yeah Helix is cool. I was using it before i switched to Emacs.

[–] WereCat@lemmy.world 2 points 1 month ago* (last edited 1 month ago) (2 children)

I know enough to know that this is blue vs red situation but not enough to know why. But your comment will likely start a war in this post soon :D

[–] juipeltje@lemmy.world 1 points 1 month ago

Haha, yeah i'm just goofing around, but at the end of the day, just choose what is most interesting to you. It's kind of ironic how i got into Emacs anyway, cause before that i chose to use Helix instead of NVIM, cause i didn't want to bother spending so much time configuring it. Then i tried Guix, which is a distro that you configure in Guile Scheme, so Emacs felt like the perfect fit for that, but in the end i still spent hours configuring my Emacs lol.

[–] littleomid@feddit.org 1 points 1 month ago* (last edited 1 month ago)

Lives have been lost in this war, but you’d be crazy to think that Emacs is not the superior editor. (Half /s)

[–] WereCat@lemmy.world 1 points 1 month ago (1 children)

Well after doing some research and trying VIM and EMACS for a bit. I already know that I don't want to use VIM over nano because the features I want neither of the has so it's pointless to even start learning using VIM but EMACS does have the features. However EMACS is just too much... It's like I want to crop an image so I download Blender. The thing is too scary to even start with and needs so much customization just to get me started that I just don't have the energy to attempt it at once with NixOS.

So I've decided to pick up Helix again after all because it also has the features I'm after and needs very little setup to start learning to use it.

[–] juipeltje@lemmy.world 1 points 1 month ago

Helix is a solid choice tbh. I'm not sure if it works on NixOS, but you could always try something like Doom Emacs that comes preconfigured, similar to things like Lazyvim on the Neovim side. But yeah Emacs is a lot to take in and can be a pain sometimes. I actually just got done troubleshooting and making some changes to my config to solve an issue i had where simple things like scrolling up and down in a file was causing very high cpu usage. I ended up figuring out the issue with the help from a kind redditor, but i was kinda on the verge of considering a different editor if i hadn't manage to solve it lol.