vote up 5 vote down star

Basically, I really like vi[m]'s key-bindings, but not the rest of the editor. I really dislike emacs key-bindings, but like the rest of the editor.

viper-mode seems like the best of both worlds, but it's not perfect..

What vim features did you miss in emacs (and more importantly, how did you get them back)? What config-tweaks did you do to make viper-mode nicer to use?

As a start: I really missed vim's visual-selection mode.. vimpulse adds this to emacs!

flag

1  
I know exactly how you feel. Emacs keybindings are horrendous, everything else is awesome. – sykora May 19 at 2:20

2 Answers

vote up 0 vote down

I also miss the incremental search with / and ? . Something like what is posted here first in the TODO section. http://common-lisp.net/project/vial/darcs/extended-viper/vimlike.el

If anyone can provide it, it would be great. Jurta ?

link|flag
vote up 1 vote down

As far as I know, VIM/VI has always had the :set nu feature to show line numbers along-side the lines themselves. By default, emacs only had line-number-mode which showed the line-number of the current line in the mode-line (not the same thing).

To fix that, I always found linum.el pretty useful. Starting with the upcoming emacs 23, the linum mode would be included in the standard distribution. But for emacs <= 22, one still needs to install it manually.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.