evil-rsi is intended to be a port of vim-rsi.
It brings some essential emacs motion bindings (and potentially
RSI...) back.
The easiest way is to install is with
melpa through package.el.
M-: (package-install 'evil-rsi)Then try it with:
M-x evil-rsi-modeTo enable evil-rsi permanently, add
(evil-rsi-mode)to your init.el.
- C-a to move to beginning of line in all states
- C-b to move backward a character in
insertstate - C-d to move delete character to the right in
insertstate - C-e to move to end of line in all states
- C-f to move forward a character in
insertstate - C-k to delete current line in
insertstate - C-S-k to insert digraph in
insertstate - C-h to delete backward a character in
insertstate - NOTE For C-n and C-p please have a look at
dabbrev-expand(default binds to M-/),hippie-expand,auto-completeorcompany. - NOTE All Meta bindings should work as expected.