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.

Can VSCode editing be as fast as Emacs/Vim?

1 pointsby antholeolealmost 3 years ago
I’d like to say I’m a vscode power user - I use a huge amount of shortcuts, keystrokes, etc. To the point where when peers watch me code I get comments on my proficiency with the IDE. Time and time again, though, I’ll stumble across YouTube videos or some form of media explaining that vsc skill ceiling is far lower than vim&#x2F;eMacs.<p>I don’t have a problem with anything on vsc - in fact, I use it when I ssh into servers because I like the nice “at a glance” file UI, and I don’t have to cd &amp; ls to see where and what everything is.<p>Unlearning all the vsc keystrokes, shortcuts, and tools is going to be a serious time commitment, but I’m a young guy and have a long career ahead of me. If vim is really that much faster, I’d be willing to take the performance hit for long term growth.

2 comments

verdvermalmost 3 years ago
Yeah, it&#x27;s so much easier to create &#x2F; edit beyond shortcuts. That being said, it does take more effort to get things like intellisense working<p>You should start with vim, but graduate to something much closer to an IDE<p><a href="https:&#x2F;&#x2F;github.com&#x2F;verdverm&#x2F;neoverm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;verdverm&#x2F;neoverm</a>
评论 #32059370 未加载
zapharalmost 3 years ago
Just install the VIM bindings on VS Code. They are good enough (Don&#x27;t flame me) and most of the speed you get from VIM is in the modal editing language. VS Code will give you other speed ups that are often difficult to set up in VIM so you get the best of both worlds.