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

Linux

65839 readers
706 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
[–] L_Acacia@lemmy.ml 3 points 1 month ago* (last edited 1 month ago) (1 children)

Vim/neovim if you are willing to take the time to learn how to use / config it.

Micro otherwise, very sensible keybinds and ux that map to modern gui apps, though it doesn't come installed in most distro unlike ed and nano.

load more comments (1 replies)

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

[–] db2@lemmy.world 3 points 1 month ago (2 children)
load more comments (2 replies)
[–] Alvaro@lemmy.blahaj.zone 3 points 1 month ago

Vim is worth learning minimally because it is so common, but U am team nano because I have enough info in my brain and I don't edit text files in the terminal enough to make it worth remembering how to properly use vim

[–] enshu@lemmy.world 3 points 1 month ago

I used Neovim for a couple of years and then switched to Emacs. I love it.

[–] ClathrateG@hexbear.net 2 points 1 month ago
[–] ramius345@sh.itjust.works 2 points 1 month ago
[–] thoralf@discuss.familie-will.at 2 points 1 month ago

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

[–] harsh3466@lemmy.ml 2 points 1 month 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 1 month ago* (last edited 1 month ago)

Helix, it's a better vim

[–] fozid@feddit.uk 2 points 1 month 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 1 month ago

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

[–] belated_frog_pants@beehaw.org 2 points 1 month ago

Whatever is installed i dont care tbh.

[–] cravl@slrpnk.net 2 points 1 month 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 1 month 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 1 month ago

Emacs → Vim → Neovim → Helix

[–] sudoer777@lemmy.ml 2 points 1 month ago
[–] osanna@lemmy.vg 2 points 1 month ago* (last edited 1 month 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 1 month 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 1 month ago
[–] pineapplelover@lemmy.dbzer0.com 2 points 1 month ago

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

[–] 00xide@lemmy.ml 2 points 1 month ago

neovim through nvf on NixOS. I'm not even a power user, I just had a shit mouse in college and didn't want to use it and now I'm hundreds of lines of Lua too deep to go back. This is my life now.

[–] mesamunefire@piefed.social 1 points 1 month ago* (last edited 1 month ago)

Ed when i need to get into a server and i have no clue whats running.

Nano when i know whats running and i cant install things.

Vim when i can install things.

At wprk we use vscode wnd jetbrains products but they are omly ok. I still like vim more.

[–] MonkderVierte@lemmy.zip 1 points 1 month ago

Exporting $EDITOR instead. Also, i don't use sudo; too much for desktop, too insecure for server.

[–] davel@lemmy.ml 1 points 1 month ago

I was just now years old when I learned that mg (AKA MicroGnuEmacs) comes with OpenBSD & MacOS.

load more comments
view more: ‹ prev next ›