[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-lisp-state 46fbe7ade7 069/125: Keep `a` for evil-appe
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-lisp-state 46fbe7ade7 069/125: Keep `a` for evil-append, absorb-sexp is now on `A` |
Date: |
Thu, 6 Jan 2022 04:58:42 -0500 (EST) |
branch: elpa/evil-lisp-state
commit 46fbe7ade7d97201b23a53574ad8559092bd92c7
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>
Keep `a` for evil-append, absorb-sexp is now on `A`
---
README.md | 3 ++-
evil-lisp-state.el | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 124d0095bc..e1c59ef569 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,8 @@ Key Binding | Function
`%` | evil-jump-item (use it to go to the end of sexp)
`$` | sp-end-of-sexp
`0` | sp-beginning-of-sexp
-`a` | sp-absorb-sexp
+`a` | evil-append
+`A` | sp-absorb-sexp
`b` | sp-forward-barf-sexp
`<tab>b` | sp-backward-barf-sexp
`c` | sp-convolute-sexp
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index 2607fae608..c73c7ce8ca 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -104,7 +104,8 @@ of COMMAND.
(define-key evil-lisp-state-map "9" 'digit-argument)
(define-key evil-lisp-state-map "$" 'sp-end-of-sexp)
(define-key evil-lisp-state-map "0" 'sp-beginning-of-sexp)
-(define-key evil-lisp-state-map "a" 'sp-absorb-sexp)
+(define-key evil-lisp-state-map "a" 'evil-append)
+(define-key evil-lisp-state-map "A" 'sp-absorb-sexp)
(evil-lisp-state-define-key "b" forward-barf-sexp t)
(define-key evil-lisp-state-map "c" 'sp-convolute-sexp)
(define-key evil-lisp-state-map "C" 'sp-comment)
- [nongnu] elpa/evil-lisp-state cbe505d26d 014/125: Add sp-comment key binding `C`, (continued)
- [nongnu] elpa/evil-lisp-state cbe505d26d 014/125: Add sp-comment key binding `C`, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 3a0230162e 019/125: Add key binding for sp-absorb-sexp `a`, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state b4a1371a01 020/125: Add key bindings for transpose functions, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state af7ce842d1 024/125: Add fine grain forward and backward motion with evil standard, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state eefaabc310 027/125: Add installation instruction for MELPA and Cask in readme, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 563654c8cd 040/125: Swap back `k` and `K`, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state d2fe2754c7 044/125: Add disclaimer about experimentation in readme, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 5569669299 049/125: Add `gs` key binding for elisp-slime-nav-find-elisp-thing-at-point, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state c6131e28e0 056/125: New navigation model leading to version 2.0, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 90c8a95714 061/125: Add `%` key binding documentation in readme, ELPA Syncer, 2022/01/06
- [nongnu] elpa/evil-lisp-state 46fbe7ade7 069/125: Keep `a` for evil-append, absorb-sexp is now on `A`,
ELPA Syncer <=
- [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, 2022/01/06