From 91947406f8901c19a38db174f3704c5d66bf6de1 Mon Sep 17 00:00:00 2001 From: Eivind Fonn Date: Mon, 5 Oct 2015 22:07:17 +0200 Subject: [PATCH] Clarify evilified rules --- doc/DOCUMENTATION.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 46b48f209..ad13df59e 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -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: