The quickest way to trying out Vim in Emacs
git clone https://github.com/bling/emacs-evil-bootstrap.git ~/.emacs.d
This bootstrap changes 3 evil-mode settings from their default values:
evil-search-module
is set toevil-search
instead of the defaultisearch
module.evil-want-C-u-scroll
bindsC-u
to scroll up instead of the defaultuniversal-argument
function.evil-C-w-in-emacs-state
bindsC-w
to control windows just like Vim instead of the default of cutting a region.
MIT License. Copyright (c) 2013 Bailey Ling.