Difference between Viper, Vimpulse and Evil for Emacs?

前端 未结 1 1001
独厮守ぢ
独厮守ぢ 2020-12-29 01:33

I have recently started using Emacs after using Vim for a long time now (like many others out there), and I personally feel that Vim movement keys and text objects are one o

相关标签:
1条回答
  • 2020-12-29 02:16

    Simply put:

    • Viper: Basic Vi emulation mode offered by Emacs; in-built and comes bundled with Emacs
    • Vimpulse: Adds on to the Viper mode but offering advanced features like visual selection and text objects
    • Evil: A completely new Vim emulation mode for Emacs and is said to be the successor of both Viper and Vimpulse mode. This mode is said to be much better than both the above combined and users report facing lesser problems with this. Recommended going forward.

    The instructions to install Evil can be found here. Good luck!

    0 讨论(0)
提交回复
热议问题