branch: elpa/evil-lisp-state
commit 29a85e99485fd4b9079a80591af0d7f7af06fabb
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>

    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