Hacker News new | ask | show | jobs
by mikekchar 2206 days ago
Evil mode in Emacs is almost perfect. My biggest complaint is that undo works differently than vim (if anyone knows how to fix that, I would be forever grateful!) I originally used Emacs for about 20 years and then switched to Vim for a variety of reasons. I love the editing model in Vim. But for the last few years I've been using Emacs with Evil and it's been the best of both worlds.
1 comments

Here you go: (setq evil-want-fine-undo t)
You are my hero!!!!