oops don't bind keys

This commit is contained in:
2025-09-20 15:09:01 -06:00
parent 1b48ca825c
commit 5751914838

View File

@@ -446,14 +446,10 @@ Keyword arguments
(interactive "<c>")
(evil-leap-directional count t))
;; (map!
;; :mn "s" #'evil-leap-forward
;; :mn "S" #'evil-leap-backward)
(general-define-key
:states '(motion normal)
"s" #'evil-leap-forward
"S" #'evil-leap-backward)
;; (general-define-key
;; :states '(motion normal)
;; "s" #'evil-leap-forward
;; "S" #'evil-leap-backward)