this post was submitted on 02 May 2026
50 points (93.1% liked)

Linux

65009 readers
392 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?

top 50 comments
sorted by: hot top controversial new old
[–] tehn00bi@lemmy.world 1 points 2 hours ago

NANO I just need simple, and tell an me how to save and exit without abstract key codes.

[–] HamsterRage@lemmy.ca 1 points 2 hours ago
[–] enshu@lemmy.world 2 points 3 hours ago

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

[–] fum@lemmy.world 1 points 4 hours ago

I use the vi family of text editors in a CLI environment because it is part of the POSIX standard.

Even if nano is the default, vi will be there too, and I can just use that. Plus, if you know some basic vi commands, then you can get by without nano, and you don't need to know nano to use it for basic stuff as it shows you the key combos.

[–] mathemachristian@lemmy.ml 3 points 5 hours ago
[–] ironbeak@lemmy.ca 3 points 8 hours ago

Used to be vim back in the day, neovim with a few lsp plugins — hated the convoluted collection of config scripts — then into vis (modernized vim/sam hybrid) but now settled on helix. After a small adjust for some finger memory, I wouldn’t go back. A lot of quality of life features out of the box.

I just a modal editor that just works with some quality of life features as codebases I worked on grew in complexity.

[–] BradleyUffner@lemmy.world 9 points 11 hours ago* (last edited 11 hours ago) (1 children)

Nano, because it's the only one I can remember how to quit from without power cycling the computer.

[–] Cyber@feddit.uk 5 points 7 hours ago

Top Tip: open another terminal and kill the task from there

( /s )

[–] solomonschuler@lemmy.zip 6 points 13 hours ago (1 children)
[–] zstg@programming.dev 1 points 9 hours ago
[–] frog_brawler@lemmy.world 7 points 14 hours ago (1 children)

Vim, but I also find this battle completely stupid.

[–] racketlauncher831@lemmy.ml 1 points 9 hours ago

No only OP provided almost no discussion value in the post body, but also this topic has been discussed one million times and nothing more can be talked about.

[–] dizzle8@lemmy.ml 2 points 10 hours ago

I typically use nano for the quicker edits but enjoy using vim otherwise.

[–] savvywolf@pawb.social 9 points 15 hours ago (1 children)

Emacs.

With all the vimmery going around nowadays though, I feel like I'm on the losing team. ;_;

[–] wuphysics87@lemmy.ml 2 points 11 hours ago (1 children)
[–] Corngood@lemmy.ml 3 points 10 hours ago

Still team Emacs. We're a team because we use elisp, not because of something trivial like how our text editors work.

[–] pineapple@lemmy.ml 7 points 14 hours ago (1 children)

I use nano because I haven't learned how to use anything else yet.

[–] MangoCats@feddit.it 2 points 12 hours ago

I use nano because it's always there.

[–] dparticiple@sh.itjust.works 28 points 19 hours ago* (last edited 13 hours ago) (5 children)

At the risk of restarting the Editor wars (https://en.wikipedia.org/wiki/Editor_war) from days of yore, I find it interesting that emacs wasn't even in your list of contenders. I hear it mentioned less frequently these days, so perhaps it's going by the wayside?

For the record, I'm a vi/vim user! I had the privilege of being taught to use it by an RFC-writing greybeard decades ago, and have used it without thinking ever since.

For those who find themselves on a machine with only vi/vim, or want to learn, here's a quick primer when editing a file (usually done by typing "vi foo.txt" in a shell) --

:q! ...Force quit vi (:q also works -- gentler!)

:wq! ...Save file and quit vi

i (then type characters) ...insert text at current position

A (then type characters) ...Insert at end of current line

G ...go to first character of last line in the file

/foo ...search for first occurrence of "foo" in the file (hit / again to find additional instances)

x ...Delete character under cursor

:56 ...Go to line 56

yy ...Copy the line the cursor is currently on into the buffer

p ... Paste the buffer

r (then type character) ...Replace character under cursor

u ...undo (hit multiple times to undo prior actions)

When done with a command like this, hit Esc to go back into normal mode.

Second nature after a bit of practice! I used to work with a guy who insisted on using ed. That was... odd.

[–] kaiyo@piefed.ca 5 points 16 hours ago (1 children)

Yeah but op was comparing editors, not OS's. https://emacsos.dev/

load more comments (1 replies)
load more comments (4 replies)
[–] Levi@lemmy.ca 41 points 21 hours ago (2 children)

Team Vim. Because I learned the vim basics once 20 years ago and never bothered to learn after that. :D

[–] KingGordon@lemmy.world 10 points 20 hours ago (1 children)

I see you and raise straight vi.

[–] azimir@lemmy.ml 5 points 16 hours ago

That's what I was taught at my first tech internship. It's all they had on the UNIX system running the webserver in 1998.

I did write some web pages the pulled live data from the backend. I had the pleasure of writing them in C. I got the data binding to some kind of CORBA system using extern variables that were bound at compile time. All of the html (no js or css yet) was hand built and generated from the C code.

vi was the only editor on the system and there was no way to use arrow keys (the UNIX system didn't have them on the keyboard at all).

I also had the displeasure of building a backup system on a floppy where I had to write a bat script that could manually load a token ring driver, bind a SMB share, load Ghost backup software and backup the local hard drive at under 2mb (yay coax thicknet). The tool used to query and write through the hostname for the backup? Copycon. Fucking copycon in DOS. That showed me how a terrible (but working) tool could be to work with.

Unless an editor can do reasonable vim emulation, I can't take it seriously. You're welcome to use it, but I won't be able to get anything done in it quickly. The vi keys are too ground into my reflexes.

load more comments (1 replies)
[–] solrize@lemmy.ml 7 points 16 hours ago

"Why are we running from the police, Dad?"

"Because they use vim, son. We use Emacs".

[–] Infrapink@thebrainbin.org 9 points 17 hours ago (1 children)

I'm an emacs -nw kind of guy.

But if I have to pick one of your options, nano

load more comments (1 replies)
[–] swab148@lemmy.dbzer0.com 11 points 18 hours ago
[–] AstroLightz@lemmy.world 7 points 17 hours ago

I'm on team "whatever comes pre-installed"

[–] SpaceNoodle@lemmy.world 13 points 20 hours ago (11 children)

nano. I can't memorize esoterica.

load more comments (11 replies)
[–] mik3dd0@lemmy.ml 10 points 19 hours ago
[–] BartyDeCanter@piefed.social 9 points 19 hours ago (2 children)

Helix when I can install things, vi when I can't.

load more comments (2 replies)
[–] SrMono@feddit.org 15 points 21 hours ago (1 children)
load more comments (1 replies)
[–] electric_nan@lemmy.ml 6 points 17 hours ago

Nano. It's easy and I've never had a reason to change.

[–] zloubida@sh.itjust.works 15 points 21 hours ago (3 children)

nano for quick things; emacs for longer typing sessions.

load more comments (3 replies)
[–] Rindogang@lemmy.ml 16 points 20 hours ago (3 children)

I use Helix... Uhhh idk I think it's nice I guess

[–] Amaterasu@lemmy.world 2 points 10 hours ago

Helix for modal, Fresh for non-modal.

load more comments (2 replies)
[–] brax@sh.itjust.works 8 points 19 hours ago (2 children)

Neovim. One time I accidentally opened nano and couldn't figure out how to get out of it... Wtf is with those keybinds?

Lol at emacs not even being on your list. Suck it, emacs users 😂😂❤️

[–] prole@lemmy.blahaj.zone 2 points 11 hours ago

It literally tells you like 3 ways you exit nano at the bottom

[–] Obin@feddit.org 9 points 18 hours ago* (last edited 18 hours ago) (3 children)

Firstly, Emacs is not an alternative to any terminal based text editor, it's an alternative to the terminal based workflow in general.

Secondly, Emacs users can live without the hype, churn and elitism of the vim ecosystem and with a better editor instead.

load more comments (3 replies)
[–] Cyber@feddit.uk 3 points 15 hours ago (1 children)

Just echo text to create a new file or use sed and awk to edit an existing file.

In reality, I use nano for edits and vimdiff for comparing files (usually a .pacnew after an update on a headless device)

[–] AnnaFrankfurter@lemmy.ml 4 points 11 hours ago

Atleast be a neckbeard and use cat the way neckbeard Gods intended \s

[–] jbrains@sh.itjust.works 5 points 16 hours ago (3 children)
load more comments (3 replies)
[–] eager_eagle@lemmy.world 14 points 21 hours ago

micro for sensible defaults out of the box, and because I don't like modal editors.

[–] kofzmann@toots.nu 6 points 18 hours ago
[–] thingsiplay@lemmy.ml 12 points 21 hours ago

Team Neovim.

I looked into ed, then decided its not for me.

[–] mactan@lemmy.ml 2 points 14 hours ago

sed forever

load more comments
view more: next ›