What happens if? 1. The LLMs are down, and you're on call and you need to fix a bug immediately (no mistakes) 2. You're working over serial (The LLMs aren't there to help you and only vi and emacs are available) 3. You're working on an old computer for some esoteric reason. 4. You're going in an interview and they (temporarily) forbid you to use an LLM to check your knowledge on using these tools (as well as programm…
Ask HN: Is it worth learning Vim in 2026?
21–30 of 39 posts
Re: Ask HN: Is it worth learning Vim in 2026?
#22Learning the essentials of vim was the sort of skill that for me took about 10 min per day over a couple months and has come in handy almost every day since then. Can you get by without it? I guess, if you do absolutely everything via a GUI. Or delegate all CLI work to LLMs without ever questioning or second guessing their output.
And yes, I use vim for almost every git commit or interactive rebase. Access to the full power of CLI git is something I value very much and has saved me countless hours. Not to mention using it for editing any config file that’s not part of a repo.
Every time you’re able to keep your fingers on the keyboard instead of reaching for a mouse saves you both time and precious context switching energy.
Re: Ask HN: Is it worth learning Vim in 2026?
#23What happens if? 1. The LLMs are down, and you're on call and you need to fix a bug immediately (no mistakes) 2. You're working over serial (The LLMs aren't there to help you and only vi and emacs are available) 3. You're working on an old computer for some esoteric reason. 4. You're going in an interview and they (temporarily) forbid you to use an LLM to check your knowledge on using these tools (as well as programm…
Use emacs. Easier to learn.
(10 year evil-mode user who moved to Neovim for other reasons, chiefly performance/LSP nativity/plugin ecosystem vitality)
Re: Ask HN: Is it worth learning Vim in 2026?
#24Re: Ask HN: Is it worth learning Vim in 2026?
#25Earlier quoted context omitted.
Use emacs. Easier to learn.
For some people cua-mode being opt-in and very difficult to discover organically will be a larger barrier for comfort and learning than normal/insert modes and motion commands could ever hope to be. (10 year evil-mode user who moved to Neovim for other reasons, chiefly performance/LSP nativity/plugin ecosystem vitality)
Re: Ask HN: Is it worth learning Vim in 2026?
#26Re: Ask HN: Is it worth learning Vim in 2026?
#27Re: Ask HN: Is it worth learning Vim in 2026?
#28I use AI to get vim commands!