TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Happy birthday Vim (2020)

326 pointsby lockjawhover 3 years ago

33 comments

eh9over 3 years ago
I know it’s silly, but Vim is single-handedly responsible for people thinking I “code fast” in interviews. I always chuckle when someone notes how fast I can manipulate code and I think about the learning-wall I hit when first picking up Vim.
评论 #29114340 未加载
评论 #29114267 未加载
评论 #29114229 未加载
评论 #29115796 未加载
raman162over 3 years ago
I&#x27;ve only used vim for three years and it&#x27;s been a fantastic experience. Every time I&#x27;m in a normal editor I long for vim. I think the most important video I watched about vim was about text completion in a thoughtbot meetup [0]. There I learned about ctags, the jumplist and ways to complete words, sentences, lines and blocks of code.<p>[0]: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3TX3kV3TICU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3TX3kV3TICU</a>
评论 #29114637 未加载
axegon_over 3 years ago
I&#x27;ve always loved vim but I always assumed I was the younger one in our relationship... Turns out I am 3 years older. That&#x27;s depressing...
评论 #29113962 未加载
评论 #29114072 未加载
nineplayover 3 years ago
OK, today is the day I donate to the children in Uganda. If I&#x27;d donated a penny every time I&#x27;d seen the vim splash screen, I&#x27;d have probably donated tens of thousands of dollars by now.<p>Thank you Bram.
评论 #29114315 未加载
francislataover 3 years ago
Doing less work on Xcode and working more on servers made me appreciate vim alot!<p>I don&#x27;t use any plugins (tried it back then with neovim and found the editor itself slow to load) and make me memorize folder structure a whole lot more since I&#x27;m using tmux alongside it.<p>I love the fact that I can hop on any system that has vim and I&#x27;m ready to go.<p>Happy birthday, vim!!!
评论 #29117853 未加载
JonathanBuchhover 3 years ago
I’m grateful to Vim because it taught me that I can write plain text. Previously, I was under the assumption that I need to create a Word or Google Doc. I wonder how many others are in the same situation I was in…
评论 #29114987 未加载
mountainriverover 3 years ago
There’s a really fun online emulator that lets you use the original vim <a href="https:&#x2F;&#x2F;bit.ly&#x2F;3k7vKDi" rel="nofollow">https:&#x2F;&#x2F;bit.ly&#x2F;3k7vKDi</a>
评论 #29114455 未加载
hsbauauvhabzbover 3 years ago
I’ve always wanted to learn vim but the keying for Dvorak users is chaos. Interested to hear from Dvorak users who use vim effectively!
评论 #29114222 未加载
评论 #29114257 未加载
评论 #29114491 未加载
评论 #29114317 未加载
评论 #29116148 未加载
评论 #29122049 未加载
评论 #29114191 未加载
评论 #29119187 未加载
评论 #29114322 未加载
wrapupandkeepitover 3 years ago
Vim is what got me into using terminal emulators, the shell, and linux. I started trying to use it because a mentor of mine said &quot;it makes coding fun again.&quot; It&#x27;s the reason I moved from Windows to WSL, and from WSL to Linux. It&#x27;s the reason why I started learning about core utils. When using vim, it feels natural (and even inevitable) to use the shell and cli tools.
v1g1l4nt3over 3 years ago
Happy Birthday Vim! This page helped me learn all the important Vim keys. <a href="https:&#x2F;&#x2F;vim-adventures.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;vim-adventures.com&#x2F;</a><p>Been meaning to try out Neovim after watching this episode of Dev Tool Time: <a href="https:&#x2F;&#x2F;srcgr.ph&#x2F;the-primeagen" rel="nofollow">https:&#x2F;&#x2F;srcgr.ph&#x2F;the-primeagen</a>
travisgriggsover 3 years ago
Possibly the best foundational tool I learned all those years ago. Every time I see someone have to use Nano or the like, I just feel sorry.
fred256over 3 years ago
What blows my mind is that vim is now twice as old as vi was when vim was released.
isoskelesover 3 years ago
Happy birthday, Vim! Thanks to everyone who has worked on that project.<p>I&#x27;ve used vim for a while now, although not a power user I&#x27;m certainly capable. One of my favorite experiences with vim was remote pairing about a decade ago with another developer. He lived a couple of states over, and we paired by sshing into the other person&#x27;s machine and using vim on a byobu session. It was also fun because both of us had different habits using vim and got to learn some stuff from each other.
clircleover 3 years ago
I&#x27;ve never used Vim, but I use Evil mode and vim bindings everywhere. I&#x27;d have a much poorer relationship with my computer without vim modes.
vlunkrover 3 years ago
It&#x27;s pretty amazing that vim has remained relevant for that long, outliving so many other editors. On top of that, it continues to evolve. Even in the ~5 years that I&#x27;ve used it, huge progress has been made. The fact that coc.nvim works so well, even in vanilla vim, is crazy.
nojsover 3 years ago
One of the best things about PyCharm and friends is the vim bindings. They are much closer to actual vim than other IDE plugins. This is the main reason reason I made the switch to using an IDE for Python development.
sonofhansover 3 years ago
If programmers paid for computer time by the keystroke, everyone would use vim.
评论 #29113978 未加载
rickreynoldssfover 3 years ago
I went to the party and I can&#x27;t leave.
vram22over 3 years ago
Happy birthday, Vim.<p>I&#x27;ll just leave this here:<p><a href="https:&#x2F;&#x2F;mobile.twitter.com&#x2F;vasudevram&#x2F;status&#x2F;1248583566897762304" rel="nofollow">https:&#x2F;&#x2F;mobile.twitter.com&#x2F;vasudevram&#x2F;status&#x2F;124858356689776...</a><p>It&#x27;s a plug for my vi quickstart tutorial that I first wrote for two Windows sysadmin friends of mine. They had been asked to additionally manage a few Unix boxes, and had asked me to make a small tutorial that could help them quickly learn enough vi to get by on Unix. After using it, they told me it was helpful for that purpose.
mrlonglongover 3 years ago
Still rocking vim since 1997 and love it. But old age&#x27;s getting to me and I&#x27;m now finding myself reaching for either Visual Studio or JetBrains CLion for my coding more and more these days.
评论 #29117626 未加载
hyperstarover 3 years ago
VIm is to other editors what touch typing is to hunt-and-peck.
otterproover 3 years ago
I first started using vi in late 80&#x27;s at the university on a shared multics mainframe. Then I stopped using vi after graduating, only to pick Vim in 2012. How times have changed, running vi from a dumb vt100 terminal to now running vim on a pc with nearly infinite processing power, with gobs of cores, memory, and storage that was considered unimaginable in the 80&#x27;s.<p>Vi and vim has stood the test of time (along with C, emacs, Linux, etc)
User23over 3 years ago
Vim is a wonderful editor, but let’s not forget that ed is the standard editor[1].<p>[1] <a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;fun&#x2F;jokes&#x2F;ed-msg.html" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;fun&#x2F;jokes&#x2F;ed-msg.html</a>
lockjawhover 3 years ago
I&#x27;m glad that this post led to the group of you all that took the opportunity to donate! Didn&#x27;t think it would get that much traction, so it&#x27;s especially nice to see some good come from it.
imglorpover 3 years ago
And vi is 45. Thanks, Bill!
artificialLimbsover 3 years ago
Been working with vim for 2 or 3 years. Now, when I don’t have it on any kind of text entry fields I get a bit disappointed. Happy birthday you revolutionary odyssey.
emptyparadiseover 3 years ago
I once tried out my modern vimrc with Vim 7.0 and only had to add feature checks to three lines or so. Powerful software!
imran-iqover 3 years ago
What a great piece of software. It&#x27;s amazing how many features it has in such a small size.
xtractoover 3 years ago
This was on Nov 2nd no?
sciencesamaover 3 years ago
and i still dont know how to search and replace in VIM !!
评论 #29115239 未加载
sciencesamaover 3 years ago
and i still dont know how to find and replace in vim !!
评论 #29115122 未加载
37ef_ced3over 3 years ago
I&#x27;ve been working inside vim for decades.<p>I wanted a tattoo of the vim logo but my wife said no.
评论 #29113840 未加载
评论 #29113987 未加载
评论 #29113740 未加载
评论 #29114223 未加载
评论 #29115935 未加载
sydthrowawayover 3 years ago
I am a vim user, but I use it like an amateur. How can I go to the next level?
评论 #29115852 未加载