Vim users: "I feel bad for you"
Nano users: "I don't think about you at all"
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Vim users: "I feel bad for you"
Nano users: "I don't think about you at all"
Nano users :
Me no think
Nano users have more important things to think about, saying this as an nvim user
The image is misleading. The brain sizes represent the amount of grey matter it takes to operate the editor. The nano guy has plenty of brain power left over for things like hygiene, breathing and basic reasoning.
vim guy, emacs guy look big brain. me brain smol. me bathe yesterday, thank you.
I love nano. I used to do tech support for a Linux-based content management system (before SAaS take took off).. The customer sysadmins were sometimes whichever engineer was volun-told to do it, so competency varied wildly.
I helped mostly with installs. This might be the poor newbie sysadmin's first time on the command line. Nano was my go-to suggestion for editing config files--all the commands are right there! Much less intimidating than vi or emacs for a newbie.
I used some distro with vim back in the day and I just kept using it. I lose my shit when I use something with just nano and my muscle memory tries to do a vim thing.
If I can't :wq I have a panic attack
Same. Makes nano a fucking nightmare.
I use micro. It's 1000x better.
Pico...I'm going the wrong direction
Ugh. At least two decades I've used them and never made that connection. Thank you. And curse you. lol
Today I learned about the existence of "milli" and "kilo", both of which are terminal-based text editors! Quite interesting. I wonder if there are any more SI unit prefix text editors...
Nano with a few config options by default?
nano is just a text editor, I use it as a text editor, it has keybindings on screen by default, no need to config or memorise, why bother? (for text editing, not whatever people use vim or emacs for)
Some real talk.
Can we just include the 4 most popular text editors on basic systems??
Like i wanna scream when there isnt my text editor installed on a lightweight distro.
Vi Emacs Micro Nano
For context,
Debian ships with nano and vi Openwrt only ships with nano
Like cant we just include small editors. In a perfect world i would want neovim installed. But i understand its larger and has alot more dependency's.
So having VI isnt as good but im willing to be reasonable.
JUST INCLUDE VI
the reason i learned vim is because VI is installed by default on almost every distro.
Im tempted to try emacs tho
It's important to learn how to use package managers. :)
I do appreciate this in nano. It helps me complete the new container config occasionally required to install vim.
I'm team nano, I'm not smart enough to use the other two and for whenever I need to open a text file in terminal only environment once every year I can remember how to navigate nano. So I'll keep using nano.
Never ceases to amaze me how people get so exercised over a text editor.
I remember the time when Linux jokes were about audio drivers and X11 config files, but audio has long been working out of the box, and X11 is already dead and cremated.
Even recompiling kernel now takes around five minutes instead of two hours, so that joke is irrelevant too.
So all we are left with is timeless discussion of which text editor is the best, and dumping on Windows.
This has been a lighthearted fake rivalry for as long as these text editors have existed.
I'd even say as long as text editors have existed at all
micro enters the chat.
Static, portable binary with no dependencies.
Out of the box:
I have nothing to do with the project but this binary is the absolute best. curl or wget to any host and away you go with effectively a Sublime Text / VSCode like in the terminal. It’s as simple as nano and as functional as a well configured and extended vim.
It’s baffling it’s not more well known and not installed by default on major distros.
That’s not a text editor, that’s an IDE.
But you can edit text with it.
And emacs is an operating system 😂
And vim is a way of life
I'm glad we all agree that nano is the one true text editor.
/s
IMO it needs better LSP support and things like refactoring, smart auto completion, and go to definition for a range of languages to be considered an ide.
I use Helix btw
Helix is my favorite, it does everything I want a text editor to do and it's much more intuitive than vim/nvim. I was never a power user of either so I'm sure it's missing plenty of functionality that nvim users are used to but it's perfect for my use cases.
When I was first learning how to code I was working on some beginner project and couldn't figure it out. I asked a friend who knew a few things what I was doing wrong and he hopped on my computer, fixed the code then opened it in vim and told me my project wasn't working because of whatever text editor I was using (I think sublime). So for like a year I hardly learned how to code but I got pretty dang good with vim.