doc: add a FAQ item about evil-escape

squash! Precise that it is not only about going from insert state to
normal state.
This commit is contained in:
Vivien Moreau 2016-01-13 22:23:27 +01:00 committed by syl20bnr
parent e7e7f75d3f
commit e64863d5b9
1 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,7 @@
- [[Why does =helm-M-x= (~SPC :~) not accept the prefix argument?][Why does =helm-M-x= (~SPC :~) not accept the prefix argument?]]
- [[Why does my color theme not render correctly in terminal mode?][Why does my color theme not render correctly in terminal mode?]]
- [[Why do I get =(wrong-type-argument arrayp nil)= errors on startup?][Why do I get =(wrong-type-argument arrayp nil)= errors on startup?]]
- [[Typing quickly =fd= takes me out of =insert state=. What is going on?][Typing quickly =fd= takes me out of =insert state=. What is going on?]]
- [[How do I...][How do I...]]
- [[Install a package not provided by a layer?][Install a package not provided by a layer?]]
- [[Disable a package completely?][Disable a package completely?]]
@ -160,6 +161,16 @@ change your terminal color palette. More explanations can be found on
This is most likely caused by a corrupted package archive. Try deleting your
=~/.emacs.d/elpa/archives/= folder and restart Emacs.
** Typing quickly =fd= takes me out of =insert state=. What is going on?
This is a feature of Spacemacs, enabling you to easily escape from a lot of
situations, like escaping from =insert state= to =normal state=.
The sequence of characters used can be customized. See the [[http://spacemacs.org/doc/DOCUMENTATION.html#orgheadline78][documentation]] for
more information.
If you don't like this feature, you can deactivate it by adding =evil-escape= to
=dotspacemacs-excluded-packages= in your init file.
* How do I...
** Install a package not provided by a layer?
Spacemacs provides a variable in the =dotspacemacs/layers= function in