this post was submitted on 02 May 2026
42 points (95.7% liked)

Linux

65005 readers
498 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 2) 47 comments
sorted by: hot top controversial new old
[–] eager_eagle@lemmy.world 17 points 7 hours ago

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

[–] iByteABit@lemmy.ml 5 points 5 hours ago (1 children)

I used to use Neovim but now I mainly use Helix, it's really good by default, the most hassle is usually just looking up an LSP for a language and installing it.

My config file literally only has the theme I use, unlike the heavy configs I'd have to make so that vim/nvim are the way I want. I also like the multiple cursor approach it has to editing.

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

Team Neovim.

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

[–] zloubida@sh.itjust.works 12 points 7 hours ago (1 children)

nano for quick things; emacs for longer typing sessions.

[–] SocialistVibes01@lemmy.ml 0 points 7 hours ago (2 children)

Emacs its a so-so operating system (that devours your ssd) with a not do good embedded text editor

[–] django@discuss.tchncs.de 4 points 5 hours ago* (last edited 5 hours ago)

Emacs comes with Evil mode, which has vim keybindings, which makes it a pretty good text editor.

[–] zloubida@sh.itjust.works 5 points 7 hours ago

It works well for me. I love how easily I can adapt it for my needs.

[–] SrMono@feddit.org 13 points 7 hours ago (1 children)
[–] thingsiplay@lemmy.ml 3 points 6 hours ago

I found the correct answer.

[–] Diplomjodler3@lemmy.world 9 points 6 hours ago

I only ever use a terminal based editor for making quick edits of config files, so nano works just fine for me.

[–] Shimitar@downonthestreet.eu 8 points 6 hours ago

Vim forever, any flavour, don't care.

Why? Does actually exist anything else for the terminal?

[–] Peasley@lemmy.world 4 points 5 hours ago* (last edited 5 hours ago) (2 children)

nano but i'm a casual. i can use vi/vim in a pinch, but i'm inefficient. ed and emacs are totally foreign

i tend to use a graphical text editor like Kate unless there is a specific reason to do it in the terminal

[–] graynk@discuss.tchncs.de 1 points 5 hours ago

same. I'll use vi if there's nothing else available, but I default to nano if I can

[–] SpaceNoodle@lemmy.world 1 points 5 hours ago

nano, and I'm an expert.

[–] smiletolerantly@awful.systems 4 points 6 hours ago

Neovim, configured entirely through nixvim. I always liked neovim, but it's never been as incredibly stable as now with nixvim.

Main/only IDE both in private and at work. Can't ever go back, muscle memory has ensured that.

[–] geneva_convenience@lemmy.ml 1 points 4 hours ago

micro for sure. But I dont use it as a main editor. Just for quick text file adjustments.

[–] nous@programming.dev 7 points 7 hours ago

I have switched to using helix, so no matter which distro I am on I need to change it to be my default by setting the EDITOR env var.

[–] clmbmb@lemmy.dbzer0.com 4 points 6 hours ago
[–] AnthropomorphicCat@lemmy.world 5 points 6 hours ago

another vote for Neovim!

[–] pelya@lemmy.world 4 points 6 hours ago
[–] ramius345@sh.itjust.works 2 points 5 hours ago
[–] harsh3466@lemmy.ml 2 points 5 hours 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).

[–] jtrek@startrek.website 3 points 6 hours ago

I use nano for quick edits. I don't know more than the basics of vim, and don't do a lot of editing on the terminal so I haven't needed to.

[–] icedaemon0@lemmy.world 1 points 5 hours ago

nano or micro for quick cli edits. i prefer smth like vscodium for more detailed editing.

What to do other than installing nano and changing visudo?

suffer.

isnt the whole point we get to use the tools we want?

[–] haxboar@hexbear.net 3 points 7 hours 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

[–] Malix@sopuli.xyz 3 points 7 hours ago

For novelty I do install msedit, because nostalgia is rose tinted. But for realsies it's vim, not because I'm good at using it, but I'm familiar enough.

[–] PetteriPano@lemmy.world 1 points 5 hours 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.

[–] MonkderVierte@lemmy.zip 1 points 5 hours ago

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

[–] Andrzej3K@hexbear.net 1 points 5 hours ago

Nvim all the way

[–] Dirk@lemmy.ml 1 points 5 hours ago

A few years ago I'd say Vim but nowadays it's Neovim for me.

[–] db2@lemmy.world 2 points 6 hours ago (1 children)
[–] SocialistVibes01@lemmy.ml -3 points 6 hours ago (1 children)
[–] db2@lemmy.world 1 points 5 hours ago

Yeah that part is weird.

[–] mesamunefire@piefed.social 1 points 6 hours ago* (last edited 5 hours 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.

[–] LloydKM@feddit.org 1 points 6 hours ago

Have been using vim for the longest time, but I‘m getting into nvim :)

[–] floofloof@lemmy.ca 1 points 6 hours ago

Vim for the most part, and nano for when I'm tired and can't remember how to work vim.

[–] lime@feddit.nu 1 points 7 hours ago

just learn acme

load more comments
view more: ‹ prev next ›