emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-lisp-state 5df70d1088 035/125: Bind sp-foward-symbol


From: ELPA Syncer
Subject: [nongnu] elpa/evil-lisp-state 5df70d1088 035/125: Bind sp-foward-symbol to `w`
Date: Thu, 6 Jan 2022 04:58:39 -0500 (EST)

branch: elpa/evil-lisp-state
commit 5df70d1088d0e3ab4e3bca86ec821b0c897afa27
Author: syl20bnr <sylvain.benner@gmail.com>
Commit: syl20bnr <sylvain.benner@gmail.com>

    Bind sp-foward-symbol to `w`
---
 README.md          | 2 ++
 evil-lisp-state.el | 1 +
 2 files changed, 3 insertions(+)

diff --git a/README.md b/README.md
index f3e1659047..58e4fe589d 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,8 @@ Key Binding   | Function
 `nU`          | sp-backward-unwrap-sexp
 `y`           | sp-copy-sexp
 `ny`          | sp-backward-copy-sexp
+`w`           | sp-forward-symbol
+`nw`          | sp-backward-symbol
 `RET`         | sp-newline
 `ESC`         | evil-normal-state
 
diff --git a/evil-lisp-state.el b/evil-lisp-state.el
index fe8ce38864..1f8f9058b7 100644
--- a/evil-lisp-state.el
+++ b/evil-lisp-state.el
@@ -124,6 +124,7 @@ of COMMAND.
 (define-key evil-lisp-state-map "u"   'undo-tree-undo)
 (evil-lisp-state-define-key     "U"    unwrap-sexp t)
 (evil-lisp-state-define-key     "y"    copy-sexp t)
+(evil-lisp-state-define-key     "w"    forward-symbol t)
 (define-key evil-lisp-state-map (kbd "DEL") 'evil-backward-char)
 (define-key evil-lisp-state-map (kbd "RET") 'sp-newline)
 (define-key evil-lisp-state-map "i"         'evil-insert-state)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]