[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.
- [nongnu] elpa/evil-lisp-state 46fbe7ade7 069/125: Keep `a` for evil-append, absorb-sexp is now on `A`, (continued)
- [nongnu] elpa/evil-lisp-state 46fbe7ade7 069/125: Keep `a` for evil-append, absorb-sexp is now on `A`, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 176ebd50e8 062/125: Change key binding `xs` to `xx` for consistency, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 3a72893879 031/125: New common backward prefix, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 37533c6d13 032/125: Type in readme, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 769d43ab36 036/125: Add forward/backward symbol binding to `L` and `H` respectively, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 7b1d98bf75 041/125: Version 1.3, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 0f6eefcb3e 045/125: Add `o` command to insert a new sexp at point on a new line below, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 77b8cc7bd8 050/125: Add key binding `(` which switches to insert state and insert `(`, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state dbc6ae05b5 051/125: Add evil-open-above with binding `O`, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state f387d10375 054/125: `L` bindings no go to the beginning of the next sexp at the same level, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 29a85e9948 059/125: Minor change in readme,
ELPA Syncer <=
- [nongnu] elpa/evil-lisp-state ca32c94dce 067/125: Update commentary, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 1a0efed5c2 068/125: Set back to t the variable sp-navigate-consider-symbols, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 48b8c735ed 008/125: Fix configuration example in package commentary, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state c63d601878 025/125: Import evil-motion-state, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 8df5c30ccb 026/125: Update README.md, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 33ce3bb4f5 065/125: Tweak navigation model to make it ever simpler, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state bce255c48e 066/125: Minor change to readme, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 67ee83c135 074/125: Regular `y` evil command and sp-copy-sexp binding is now `Y`, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 84ec92a0e6 075/125: Version 3.3, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 4a9071e1ea 076/125: Indicate the regular evil bindings, ELPA Syncer, 2022/01/06