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

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

[nongnu] elpa/evil-lisp-state d055246db1 060/125: Add synonyms for navig


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state d055246db1 060/125: Add synonyms for navigation commands in readme
Date: Thu, 6 Jan 2022 04:58:41 -0500 (EST)

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

    Add synonyms for navigation commands in readme
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ff3c8aa8d7..709c03e63f 100644
--- a/README.md
+++ b/README.md
@@ -76,11 +76,11 @@ version `slurping backward` with `<tab>s`.
 A lot of experimentation led to the following navigation model which should
 hopefully be a lot more accessible than the other models.
 
-**Next sexp on the same level**
+**Next sexp on the same level (sibling)**
 - `l` next sexp
 - `h` previous sexp
 
-**Change level (depth)**
+**Change level (parent/children)**
 - `j` go to next sexp one level down
 - `k` go to previous one level up
 



reply via email to

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