EmacsEvilBriefImpressions
Purely as a vim emulation, evil seems quite comprehensive in my limited testing, including features like reflowing paragraphs by piping them through !}fmt. It doesn’t get quite everything, for example it doesn’t have vim’s arithmetic operations, but I’m relatively convinced I could edit in evil without really noticing that it wasn’t vim. As someone who knows a bit about how Emacs works, this is somewhere between impressive and scary; there’s a lot of hard work involved in making it work so well and for so much. In addition, some of the details are very nice; for example, under X evil will change how the cursor looks depending on the (vim) mode you’re in.
I have a long history with Emacs PRODUCT and I’m quite comfortable in it, so I didn’t have any interest in switching from normal Emacs bindings to emulated vim ones (and I would expect the combination to be kind of a mess for reasons beyond the scope of this entry). However, since more or less switching from exmh to MH-E PRODUCT in GNU Emacs PRODUCT for my GUI ORG mail reading, I’ve wound up in a situation where I write most of my replies to email in GNU Emacs PRODUCT but compose most new messages using command line NMH ORG and vim. This is a little bit of whiplash as I go back and forth, so I thought it might be nice to use evil to give the MH-E ‘ EVENT reply to mail’ experience the same vim keybindings that I use when writing new email in vim.
What trying this taught me is that my Emacs reflexes are sharp and deeply sunk into me. It didn’t matter to my reflexes that I was writing NMH PERSON email and up until now I’ve spent a lot of time doing that in vim and none in Emacs ORG (well, not for a very long time). My reflexes ‘knew’ that this was Emacs PRODUCT and thus (for example) that I typed ESC < to get to the top of the file, not 1g. QUANTITY If I thought about it I could write email messages somewhat reflexively using vim keybindings and vim reflexes for things like reflowing paragraphs, but every so often I would slam into a wall when my Emacs reflexes triggered.
(It probably didn’t help that actually sending the email required dropping back to Emacs reflexes for keybindings like C-c C-c, and also that flyspell ORG would periodically pop up to mark words with squiggles that are never there in my vim sessions.)
I’m keeping evil installed, partly because I admire its sheer achievement and partly because someday I may find a situation where the vim keybindings are clearly more efficient for what I’m doing. It doesn’t really hurt to have options, even if I don’t expect to use it very often.
PS: If you didn’t know Emacs but wanted to use it for an application like Magit PERSON , I imagine that using evil could be quite appealing. You’d get all of Magit ORG ‘s power for things like selective commits but you’d get to write commit messages and so on using your familiar vim reflexes, with only a few odd keybindings to invoke Magit PERSON or commit your commit messages.