Hacker News new | ask | show | jobs
by tyingq 1924 days ago
"Finally, install evil-mode, the Vim emulation package for Emacs"

Anyone use this regularly? Does it kill off some of the upside of emacs?

4 comments

Really, no. It's a huge portion of the user base of Emacs, and gets a lot of support. Might be a few issues here and there but highly surmountable and you'll be in company.
I don't use evil mode, but I don't see how it could kill any of the upside of Emacs, which has very little to do with keybindings.
I was assuming it introduced things more meaningful than keybindings, like separate command and insert modes. I am not an EMACS user.
It does:) that does not conflict with emacs in general :]
Evil mode is very popular (see doom emacs or spacemacs which try to integrate lots of emacs extensions with evil mode on by default)
I use it regularly. It integrates quite well with emacs and if you use the evil-collection you can add vim-ness to other modes.

Personally, I mostly just use evil for modal editing, as I am a long time vim user. Then I use the emacs shortcuts on top of that.