112

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 new old
[-] SystemQ@lemmy.world 1 points 12 minutes ago

Neovim + LazyVim

[-] dreamy@quokk.au 1 points 1 hour ago

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

[-] Ithral@lemmy.blahaj.zone 1 points 1 hour ago

Micro is pretty nice, has limited mouse support in the TUI line numbers highlighting. That or Neovim customized

[-] CodeAssembler@lemmy.ml 2 points 2 hours ago

Mostly Neovim and Nano. Tried out ed in the UNIX4 tape that got recovered, was strange but fun to see where sed, grep and other commands got their name from.

GUI is still good old Sublime Text, but I almost completely switched to terminal based editors, I guess because of the nice work flow.

[-] fruitycoder@sh.itjust.works 1 points 2 hours ago

Vim unless I can neovim.

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

[-] Obnomus@lemmy.ml 2 points 3 hours ago
[-] pineapplelover@lemmy.dbzer0.com 2 points 3 hours ago

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

[-] p4rzivalrp2@piefed.social 1 points 3 hours ago

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 2 hours ago* (last edited 2 hours ago)

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.

[-] quantumvoid0@programming.dev 1 points 3 hours ago

vim forever (i think)

[-] dessalines@lemmy.ml 1 points 4 hours 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.

[-] spacetff@lemmy.ml 4 points 9 hours ago

nano, vi, geany, kate...

I prefer nano - simple to use & always available. I manage remote systems often from my mobile using termius: config file editing, writing simple scripts for some analysis/automation tasks and recording task notes and status. Using a tablet I might use vi but generally prefer nano.

[-] abra_k@lemmy.blahaj.zone 3 points 9 hours ago

Helix: Barely needs a config. But they are also pretty close to done with a plug-in system for the stuff that isn't implemented by default :D

[-] GardenData61371@lemmy.world 3 points 10 hours ago

Nano. It's the easiest to use

[-] Nibodhika@lemmy.world 4 points 11 hours ago

When I first started using Linux I used Kate, I know, I know, not command line, but I didn't needed a command line editor for my own computer. Eventually I started using nano for quick edits and that became my default CLI editor for a while. I don't remember what I used as an IDE back then, but maybe it was Eclipse, although I think it was mostly just Kate.

Eventually I decided to learn either VI or Emacs, and a friend who used Emacs pushed me to that side. I ended up switching everything to emacs, CLI, IDE, I even learnt org-mode and had tables and presentations in it.

Eventually my pinky started to hurt too much, so I switched to Pycharm for python, and kept emacs for C++, text edits and org-mode. I ended up slowly switching emacs everywhere and reverted to nano.

Some years back I decided to properly learn vim. I have been using nvim for a few years, and while it's not the everything tool that emacs was for me, it's still pretty darn useful. I also haven't become a movement ninja and oftentimes I go wwwwww to get where I want to be. But still, there are some very nice shortcuts that I use a lot like Change Inside/Around or Delete X lines. Macros are cool, and sometimes feel magical, but other times they don't work like I expected and I can't figure out why. I don't see myself changing to something else, the ubiquity of vim shortcuts in other programs makes it very convenient when I have to use something else.

[-] osanna@lemmy.vg 2 points 11 hours ago* (last edited 11 hours 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

[-] IrritableOcelot@beehaw.org 4 points 13 hours ago* (last edited 13 hours ago)

My first experience with *nix was a professor leading me into a server room though two biometric locks and setting up the config files for a compute cluster faster than I would have been able to open the files.

He was using Vim, and though it took me a while to learn, the sheer speed with which he was able to get us out of that unbelievably noisy server room sold me for life.

Well, I use vim for text edits and nvim+extensions for an IDE. As close to a vim purist as is reasonable. But frankly, it's the first one you learn to use well.

[-] TheGreenWizard@lemmy.zip 4 points 13 hours ago

Nano 4 life

[-] despaircode@lemmy.ml 1 points 10 hours ago
[-] boredsquirrel@slrpnk.net 3 points 15 hours ago
[-] Hadriscus@jlai.lu 3 points 13 hours ago

and what ?? don't leave me hanging

[-] sudoer777@lemmy.ml 2 points 14 hours ago
[-] 9488fcea02a9@sh.itjust.works 4 points 17 hours ago* (last edited 13 hours ago)

Been using linux full time for 10 years. I do almost all of my system admin stuff in the terminal (my desktop, laptop, home server with a few containers). But i cant for the life of me figure out vim (like i know how, but it just doesnt click for me or feel natural)... i tried a bunch of times and will keep trying... but until then, its (shamefully) nano for me

[-] sunbeam60@feddit.uk 5 points 19 hours ago

My first computer was an Amstrad 664, with a green screen. I’m old. And I’ve been around Vim and EMacs from time to time and I love the console but for the love of god, since GUIs became the normal way to interact with computers, I just install micro now and have the same hotkeys across all the modes of interaction.

Speed of typing really isn’t the defining productivity measure for code.

Now I use VS Code in a GUI and micro on the console and that provides a reasonably consistent way of interacting with text.

[-] verdigris@lemmy.ml 3 points 17 hours ago

Team vim, but I've been using Helix instead for a year or two -- it's like if Neovim and Kakoune had a baby.

[-] Valarie@lemmygrad.ml 2 points 16 hours 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 17 hours ago

Emacs → Vim → Neovim → Helix

[-] Jentu@lemmy.ml 4 points 20 hours ago

I have been learning vim specifically because of VimWiki. It’s always fun getting a few words into writing a document before realizing I wasn’t in Insert mode, then I have to figure out what I messed up.

[-] Penguincoder@beehaw.org 10 points 1 day ago

vim, mainly cause I haven't figured out how to quit yet.

[-] tehn00bi@lemmy.world 17 points 1 day ago

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

[-] jjlinux@lemmy.zip 4 points 23 hours ago

Micro, for muscle memory for keyboard shortcuts from when I was a mostly GUI user.

[-] mathemachristian@lemmy.ml 17 points 1 day ago
[-] Aatube@lemmy.dbzer0.com 3 points 1 day ago

how do y’all deal with that pinky

[-] mathemachristian@lemmy.ml 6 points 1 day ago* (last edited 1 day ago)
[-] fratermus@piefed.social 4 points 1 day ago

vi, since it's ubiquitous.

[-] nullify3112@lemmy.world 5 points 1 day ago

I am a noob. My server is a MacMini running Ubuntu server because it was easy to install. I have a website, Jellyfin and nexcloud.

I don’t have the brain cells to understand VIM.

In the CLI, I use nano, always. In the GUI, I use Sublime text because the colors are very pretty.

[-] HamsterRage@lemmy.ca 6 points 1 day ago
load more comments (2 replies)
[-] mholiv@lemmy.world 5 points 1 day ago

Big fan of Helix. Best part is that it dose not need any plugins to be a modern editor. Just configure any LSPs you want and it all just works including things like fuzzy finding, multiple cursors, file browsing etc.

[-] BradleyUffner@lemmy.world 19 points 1 day ago* (last edited 1 day ago)

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

[-] Cyber@feddit.uk 9 points 1 day ago

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

( /s )

load more comments (1 replies)
[-] cravl@slrpnk.net 2 points 1 day 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.

[-] Levi@lemmy.ca 67 points 2 days ago

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

load more comments (3 replies)
load more comments
view more: next ›
this post was submitted on 02 May 2026
112 points (95.9% liked)

Linux

65041 readers
344 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