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

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

[nongnu] elpa/evil-lisp-state 29a85e9948 059/125: Minor change in readme


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 29a85e9948 059/125: Minor change in readme
Date: Thu, 6 Jan 2022 04:58:41 -0500 (EST)

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

    Minor change in readme
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index ffccb2e9b4..ff3c8aa8d7 100644
--- a/README.md
+++ b/README.md
@@ -77,16 +77,16 @@ 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**
-- `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]