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