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

Linux

65853 readers
648 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 4) 38 comments
sorted by: hot top controversial new old

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.

[–] dreamy@quokk.au 1 points 1 month ago

vis. Only used it for editing configs and stuff though, not programming.

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

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

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

Neovim + LazyVim

[–] LloydKM@feddit.org 1 points 1 month ago

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

[–] floofloof@lemmy.ca 1 points 1 month 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 1 month ago

just learn acme

[–] Andrzej3K@hexbear.net 1 points 1 month ago

Nvim all the way

[–] despaircode@lemmy.ml 1 points 1 month ago
[–] quantumvoid0@programming.dev 1 points 1 month ago

vim forever (i think)

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

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

[–] p4rzivalrp2@piefed.social 1 points 1 month ago (1 children)

Used to use micro but just switched to neovim, I'm finding it great, esp with the file manager built in

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

do you use neovim over vim for any particular reason?

i ask because i'm a vim user and wondering if should update but wondering if the x windows overhead is worth it.

load more comments (2 replies)
[–] fruitycoder@sh.itjust.works 1 points 1 month ago

Vim unless I can neovim.

Being able to change configs on headless systems was my gateway, now I just prefer it

[–] ColdWater@lemmy.ca 1 points 1 month ago

I still use nano, I tried micro and it's confusing af to use also it didn't allow konsole context menu to copy anything from it or paste anything from outside even with ctrl+v or ctrl+shift+v

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

load more comments
view more: ‹ prev next ›