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.

Textmate To Vim: 100 Textmate keyboard shortcuts translated to VIM

47 pointsby jackkinsellaover 13 years ago

5 comments

dmixover 13 years ago
I found NERTree really akward and was one of the reasons why I originally had trouble switching to VIM from textmate.<p>Its best to use something like PeepOpen, command-t, fuzzyfinder to open files. If you want tree structure I just use terminal and aliased:<p><pre><code> alias l='ls -AlGFh' </code></pre> Or use the vim directory navigation.<p>VIM also looks much nicer with just a single file open. The left panel for NERDTree looks hacky.
评论 #2962853 未加载
aedenover 13 years ago
Is there somewhere to suggest comments? The information is quite useful but I think there may be some more idiomatic shortcuts in certain cases. For example, isn't :w FILENAME the equivalent of "Save As"? And perhaps it would be good to show commands that are OS-agnostic like :tabnew for a new tab?<p>Regardless, I think this is a useful resource and I'd love to have a cheat sheet with it. Thanks!
评论 #2962820 未加载
xalover 13 years ago
If you are going textmate to Vim you should really just go straight to Vico. It's essentially the perfect editor ( for me ): Textmate look/feel/bundles but vim keybinds down to the most esoteric corners.<p><a href="http://www.vicoapp.com/" rel="nofollow">http://www.vicoapp.com/</a>
Vitalyover 13 years ago
a couple of mistakes and comments:<p>* "File&#62;new" can be done by ':enew'<p>* top of the file is 'gg' and not just 'g'<p>* bottom of the file is 'G' and not 'GG' ;)<p>* in addition to ':20&#60;CR&#62;' you can use just '20G' to go to line 20<p>* to sort all of the file use ':%!sort&#60;CR&#62;', no need to use '0,$'
评论 #2963339 未加载
kiaover 13 years ago
Sorry, off topic. But the red design of the tables is awful.
评论 #2962658 未加载