branch: elpa/evil-lisp-state
commit d055246db179fb79d0ee5dcec0c6b8227cfdde54
Author: syl20bnr <[email protected]>
Commit: syl20bnr <[email protected]>
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