From 9526997f9c127fdf6c6ff3d74e17ea5f847cd3b8 Mon Sep 17 00:00:00 2001 From: Chris Sattinger Date: Wed, 3 Dec 2014 11:17:43 +0100 Subject: [PATCH] change "key sequence" fd to "key chord" typing the key sequence (one after another) results in inserting "fd" holding them together results in escaping to normal mode. so I think "key chord" is correct, though I don't understand how you could set it to "jj". --- DOCUMENTATION.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 15fa70286..1d65f9b26 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -530,11 +530,11 @@ and forth between the `insert state` and the `lisp state`. Of course there is a rule to break this in order to be able to go back to the `normal state`. It is pretty simple: -*When in a `base state`, `ESC` or `fd` will always set you back to the +*When in a `base state`, `ESC` or the key chord `fd` will always set you back to the `normal state`.* -So to go back to the `normal state` while in `lisp state` just hit `ESC` or -`fd`. +So to go back to the `normal state` while in `lisp state` just hit `ESC` or hit both +`fd` together. ## Evil leader @@ -798,7 +798,7 @@ is **guaranteed** to never conflict with `Spacemacs` defaults key bindings. ## Escaping `Spacemacs` uses [evil-escape][] to easily switch between `insert state` and -`normal state` with the key sequence `fd`. +`normal state` with the key chord `fd`. The choice of `fd` was made to be able to use the same sequence to escape from "everything" in Emacs: