branch: elpa/evil-lisp-state
commit ca32c94dce9d5f9312be3a3e758346ccd50f7eb7
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
Update commentary
---
evil-lisp-state.el | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 57d6194fc4..40126d6f39 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -31,17 +31,15 @@
;; Simple to grasp navigation model:
-;; **Next sexp on the same level**
-;; `l`: next sexp
-;; `h`: previous sexp
+;; `hjkl` behaves like in the default `normal state`.
-;; **Change level (depth)**
-;; `j`: go to next sexp one level down
-;; `k`: go to previous one level up
+;; **Next sexp on the same level (sibling)**
+;; - `L` next sexp
+;; - `H` previous sexp
-;; **Enter inside an sexp**
-;; `L`: next symbol
-;; `H`: previous symbol
+;; **Change level (parent/children)**
+;; - `J` go to next sexp one level down
+;; - `K` go to previous one level up
;; Example Configuration:
;; override the `L` key bindings of evil `motion state`: