Live data from Hacker News

On vim vs emacs

sanityinc.com

1–10 of 32 posts

Re: On vim vs emacs

#3
Heh, I've ended up doing the same thing. The issue is that Vim's key scheme has a much better economy of motion (faster with less movement) while Emacs is much more extensible and flexible. So this is the compromise instead of creating yet another text editor.

Re: On vim vs emacs

#4
Vim is cool because it's built in to every OS (except maybe Windows) and highly usable even without any configuration and requires very little resources.

For me knowing vim has proven a very productive skill. I often work on random new OS installations like virtual machines and cloud instances, and sometimes in very limited environments like embedded Linux devices. It works there just as well as in my regular Mac/Linux environments.

Re: On vim vs emacs

#7
I hear about the viper-mode and vimpulse stuff a lot, and while they go a long way towards helping emacs be more useful for text editing, I find the discontinuities disturbing.

For example, I am no longer in vi-mode if I end up in a help window of some sort. I cannot just Ctrl-W+Ctrl-W my way back to the original window; that suddenly deletes words. But I like working with multiple windows in vim sometimes. This gets frustrating for a vim user.

Also, macros are still not fixed, still using the emacs assumption of what people want for an enhanced vi. We want the easy qq and @q.

Definitely, if you are going to try it out, grab vimpulse. viper-mode is a joke to the developers coming from the vim world. vimpulse makes visual mode highlighting sensible.

Re: On vim vs emacs

#9
post #7

I hear about the viper-mode and vimpulse stuff a lot, and while they go a long way towards helping emacs be more useful for text editing, I find the discontinuities disturbing. For example, I am no longer in vi-mode if I end up in a help window of some sort. I cannot just Ctrl-W+Ctrl-W my way back to the original window; that suddenly deletes words. But I like working with multiple windows in vim sometimes. This gets…

http://www.emacswiki.org/emacs/viper-in-more-modes.el

Re: On vim vs emacs

#10
I hear a lot about this vim vs emacs war. But I have never seen a battle, so to speak.

Where can I see videos of people actually using this text editors? A side by side comparison of interesting/useful features?

I really would like to choose, but the most I managed to find was a guy playing snake on his emacs.

I'm currently using the very basics features of vim, but just because I felt like it and it came with a tutor file.

Post reply on HN