TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Textmate To Vim: 100 Textmate keyboard shortcuts translated to VIM

47 点作者 jackkinsella超过 13 年前

5 条评论

dmix超过 13 年前
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 未加载
aeden超过 13 年前
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 未加载
xal超过 13 年前
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>
Vitaly超过 13 年前
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 未加载
kia超过 13 年前
Sorry, off topic. But the red design of the tables is awful.
评论 #2962658 未加载