Clarify evilified rules

This commit is contained in:
Eivind Fonn 2015-10-05 22:07:17 +02:00
parent 28c5298f4c
commit 91947406f8
1 changed files with 5 additions and 2 deletions

View File

@ -663,11 +663,14 @@ All other keys work as intended by the underlying mode.
Shadowed keys are moved according to the pattern: =a==A==C-a==C-A=
For example, if the mode binds a function to =n=, that is found under =C-n= in
evilified state, while anything originally bound to =k= will be on =K=.
evilified state, since both =n= and =N= are reserved, but =C-n= is not. On the
other hand, anything originally bound to =k= will be found on =K=, since =k= is
reserved but =K= is not. If there is a binding on =K=, that will be moved to
=C-k=.
In addition to this, =C-g=, being an important escape key in Emacs, is skipped.
So anything bound to =g= originally will be found on =C-G=, since =g=, =G= and
=C-g= are reserved.
=C-g= are all reserved.
** States
=Spacemacs= has 10 states: