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

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

[nongnu] elpa/evil-lisp-state 872d59ebaf 058/125: Better formating for r


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 872d59ebaf 058/125: Better formating for readme
Date: Thu, 6 Jan 2022 04:58:41 -0500 (EST)

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

    Better formating for readme
---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 818d66dc17..ffccb2e9b4 100644
--- a/README.md
+++ b/README.md
@@ -74,19 +74,19 @@ version `slurping backward` with `<tab>s`.
 ## Intuitive navigation model
 
 A lot of experimentation led to the following navigation model which should
-hopefully be a lot more intuitive than other models.
+hopefully be a lot more accessible than the other models.
 
 **Next sexp on the same level**
-`l`: next sexp
-`h`: previous sexp
+- `l`: next sexp
+- `h`: previous sexp
 
 **Change level (depth)**
-`j`: go to next sexp one level down
-`k`: go to previous one level up
+- `j`: go to next sexp one level down
+- `k`: go to previous one level up
 
 **Enter inside an sexp**
-`L`: next symbol
-`H`: previous symbol
+- `L`: next symbol
+- `H`: previous symbol
 
 And that's it! All these commands always put the point _at the beginning_ of
 the sexp. Use the regular `e` binding to go at the end of a word.



reply via email to

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