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.

These Vim tricks will save your life

1 pointsby starrhorneover 11 years ago
Feel like you're fighting your editor? Like the simple act of moving code from your head to the screen takes forever? Using Vim is a good start. But are you using it as effectively as you could be? Do you spend seconds - SECONDS! - scrolling through code? Do you manage your plugins by hand? Do you use the "mouse?" Check out these handy vim tips!

2 comments

shortlivedover 11 years ago
Ctrl-c is NOT equivalent to ESC. Yes, it lets you switch modes but you loose out other important actions. See :help for more details.<p>Edit: Here&#x27;s a short explanation of the options <a href="http://stackoverflow.com/questions/5030164/whats-the-difference-between-ctrlc-and-ctrl" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;5030164&#x2F;whats-the-differe...</a>
johncoltraneover 11 years ago
Wow, that was empty.