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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Abandoning VIM

8 点作者 kalimatas超过 12 年前

15 条评论

mcantor超过 12 年前
This article was disappointing. It basically boils down to "I didn't like it", which the author is entitled to, but it doesn't give much to grab on to.
评论 #4494065 未加载
Daegalus超过 12 年前
You know, I could never get into using vim. All the hotkeys and commands seem really counter-intuitive. Maybe because it wasn't my first, but i find Nano and Jed far more useable day to day for quick editing than VIM. And I love how there is so much work trying to get VIM to be a IDE. I have found that Intellij is an IDE that can pretty much handle any language, Has bindings for almost anything and works well. If not, I just use a different IDE.<p>In all honesty&#60; I havent found a language I that I use that I can't work on in VIsual Studio or Intellij.<p>I just could never use VIM or Emacs. Seemed like I was trying too hard to make it do something that it wasn't intended to do.<p>Then again, i do see the other side of VIM that could be awesome if I could ever learn to use it, and its powerful scripting and plugins. Maybe if we could take Nano and add the power of VIM without the horribly counter-intuitive usage of VIM.
评论 #4495568 未加载
bradddd超过 12 年前
You may say you're abandoning it, but you really can't. As smoyer said, it's just too beneficial when you ssh into a box and may not have access to the fancy editor that you have customized on your own setup. It and emacs are a well oiled tool in many people's toolboxes, and because of that, it makes it even more valuable.
评论 #4496079 未加载
quanticle超过 12 年前
In my opinion, this article left out the most important part: what editor or IDE Guz is switching to, or if he hasn't decided yet, what his options are.
评论 #4496058 未加载
smoyer超过 12 年前
I use both VIM and an IDE for the very reasons described in the article. You just can't ignore the productivity gains of a modern IDE when refactoring, etc. But VIM is great for remote work and when you're creating new files and code.<p>It's also possible to change the key bindings in Eclipse to emulate Vi.
评论 #4493815 未加载
Dettorer超过 12 年前
Vim is a text editor (and a very good one), it isn't an IDE and it is a bad idea to try making it an IDE.<p>A better idea would be to use it INTO an IDE. I know some IDE let the user choose vim for editing text but I only use vim in a linux shell so I don't know if those integrations works very well.
dasil003超过 12 年前
Unless you are going to stick to a small subset of major corporate-sponsored languages and choose a different IDE for each of them, I don't see how you will get by with less tool-sharpening than vim. Vim is exceptionally useful across a wide swath of editing tasks with minimal configuration.
owenjones超过 12 年前
What features "missing" from vim caused you to switch? With nerd-tree and fuzzy filename searching, ctrl-p or Command-T (I'm on MacVim,) ack, VimClojure for the repl, minibufexplorer and the rest of the Janus bundle for autocomplete / syntax highlighting I have everything I need.
aychedee超过 12 年前
Linux and Vim are an IDE. The best I've ever come across.
hotnuts超过 12 年前
This was a pretty useless article. Do we need to hear it every time some changes editor. You don't talk about reasons. What about alternatives?
W00d5t0ck超过 12 年前
If you choose Netbeans like I did, you will soon find yourself using jVi. Muscle memory is strong, you must admit that ;)
johncoltrane超过 12 年前
Author mistakes a text editor for an IDE and drops it when he understands his error. How interesting!
评论 #4496070 未加载
gregmorton超过 12 年前
I'm gonna write an article about the fact that I'm changing my blue car for a red one, just because.
lutusp超过 12 年前
A quote: "I can almost here you guys laughing ..."<p>No, you can't. Not yet. s/here/hear/
评论 #4496086 未加载
fly2never超过 12 年前
If you want use IDE, try some vim plugin for IDE, like vrapper, ideavim and so on