emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-lisp-state ca32c94dce 067/125: Update commentary


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state ca32c94dce 067/125: Update commentary
Date: Thu, 6 Jan 2022 04:58:42 -0500 (EST)

branch: elpa/evil-lisp-state
commit ca32c94dce9d5f9312be3a3e758346ccd50f7eb7
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    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`:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]