this post was submitted on 09 Aug 2026
445 points (98.5% liked)
Programmer Humor
32739 readers
796 users here now
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.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm a vim stan. I love my vim. I still end up installing nano on all my machines. It's honestly not even for me anymore, it's for anyone else who happens to use it. Vim is great but it's got a learning curve.
Often times I'll just use vi, since it's always there.
Also a die hard vim user. Once you get comfortable with it, it’s a very functional tool that will always be there for you, at least in vi form if nothing else.
OK so... How long did it take you to learn to use vim? I mean, where you didn't have to look anything up?
As a nano user, I've assumed it was in the 1 - 6 months range, but maybe it's not that bad?
I had a job for a while where my main task for about a year was reviewing / editing configs on servers, in which I learned the basic functions of vim (opening, closing, seeking, copy / paste, find / replace, etc.) and used them enough to get them embedded in my memory.
I use vim less now, as I still prefer graphical editors with a visual file tree for most development tasks, but I still have the simple stuff ready at hand when I have to jump on a server and change a config file. I've "learned" new tricks with vim since then, but I have a harder time remembering them when I don't use them every day, and I periodically come across vim functionality that I've encountered before but then forgot.
So, maybe six months isn't so far off, but it's not that I dedicated myself to studying and learning the full length and breadth of vim's capabilities for that whole period. It's more that I picked up the basics pretty quickly, maybe after a few days of getting settled, then repeated the basics in slightly varying contexts until they became rote, which took longer.
if you use something like Neovim/Lazyvim or NVChad it's pretty easy to pick up as you can just hit space and it'll tell you pretty much everything you can do. Neovim also includes a decent tutorial. you can pick up the absolute basics pretty quickly, easily within a day or so.
Like two or three weeks for most tasks. I still check the manual sometimes, it's built in :)
Check out vimtutor if you wanna learn it fast
https://vimschool.netlify.app/introduction/vimtutor/
I oft reference the wikibooks page as well https://en.wikibooks.org/wiki/Vim