this post was submitted on 02 May 2026
117 points (96.1% liked)

Linux

67647 readers
406 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
 

Changing from a distro that defaults to nano to another that defaults to vim... What to do other than installing nano and changing visudo?

(page 3) 50 comments
sorted by: hot top controversial new old

Nano and I've actually started using Helix which I like a lot. It's keybinds make more sense to me than vim.

[–] haxboar@hexbear.net 3 points 4 months ago

I use vim. I learned it because I started on a bunch of hosts where I couldn't install what I wanted. But unless you have a similar restriction, go ahead and install what you like.

It's a good idea to play around with others to see what they have to offer, but at the end of the day, you do you

[–] db2@lemmy.world 3 points 4 months ago (2 children)
load more comments (2 replies)
[–] ClathrateG@hexbear.net 2 points 4 months ago
[–] ramius345@sh.itjust.works 2 points 4 months ago
[–] thoralf@discuss.familie-will.at 2 points 4 months ago

VIM Learnt it in my first semester and use it ever since.

[–] harsh3466@lemmy.ml 2 points 4 months ago

Team vim! Learned it five or six years ago, and never looked back. I've also got vim motions enabled for my shell, in the browser (firefox with vimium), and in my window manager (sway).

[–] chgxvjh@hexbear.net 2 points 4 months ago* (last edited 4 months ago)

Helix, it's a better vim

[–] fozid@feddit.uk 2 points 4 months ago

Nano is the easiest most straightforward to use, and it's what I always use. I have nvim setup and I really believe it is better but I have had 20 years using nano and I really struggle forcing myself to switch and get used to it as it's so completely different.

[–] mmmm@sopuli.xyz 2 points 4 months ago

Seems I'm alone here on this but I'm team vis

[–] belated_frog_pants@beehaw.org 2 points 4 months ago

Whatever is installed i dont care tbh.

[–] cravl@slrpnk.net 2 points 4 months ago

Once you configure nano with a ~/.nanorc file, it becomes a lot more like micro/helix without having to install anything on new systems. I just curl my config and I'm good. I have Ctrl+C, Ctrl+V, 2 space tabs, mouse scrolling +selection, syntax highlighting, etc. There's a lot you can do in there, and that's not to mention plugins.

[–] Valarie@lemmygrad.ml 2 points 4 months ago

Nano because It happens to be what I learned first and I don't get enough of a chance to use my computer anymore to even try anything else

[–] bradboimler@lemmy.world 2 points 4 months ago

Emacs → Vim → Neovim → Helix

[–] sudoer777@lemmy.ml 2 points 4 months ago
[–] osanna@lemmy.vg 2 points 4 months ago* (last edited 4 months ago)

When I ran a trivia bot on irc back in the day, I used to use sed to edit question files. But mostly use nano now. I don’t do anything all day and COULD learn vim/emacs/something else. But I cbf

[–] dessalines@lemmy.ml 2 points 4 months ago

Was staunchly team vim for 15 years, but now I'm on helix. As another user stated below, its like if vim were re-designed today, and without needing any addons to be a code-aware editor.

[–] Obnomus@lemmy.ml 2 points 4 months ago
[–] pineapplelover@lemmy.dbzer0.com 2 points 4 months ago

Neovim for terminal but often I use kate for gui because I still don't find vim commands more efficient

[–] PetteriPano@lemmy.world 1 points 4 months ago

My first distro shipped with pico, so I often choose nano for an edit. Micro is fine, too, but I won't go out of my way to install it.

I challenged myself to write a couple of projects in neovim over a month or so. I finished my projects, but it still felt like the tool was getting in my way. Muscle memory is to break. Current job requires a bigger IDE, but I still do my commit messages with neovim.

I generally use micro on the terminal, kate or gedit in the GUI, depending. No hate towards the others, just what I've settled on over the years.

load more comments
view more: ‹ prev next ›