all repos — nixfiles @ 8e642290a57d25118bf3c54ba86b4e555dcf18ac

System and user configuration, managed by nix and home-manager

Emacs: add binding for evil-avy-goto-symbol-1
Alan Pearce alan@alanpearce.eu
Mon, 30 Sep 2019 12:36:14 +0200
commit

8e642290a57d25118bf3c54ba86b4e555dcf18ac

parent

82f28d3e93fa5bf6245de7cdac7864f6d204b1e3

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -295,7 +295,9 @@ :general   (:states 'motion
 	   "C-;" #'evil-avy-goto-line)
   (:states 'normal
-	   ";" #'evil-ex))
+	   ";" #'evil-ex)
+  (:states '(normal motion)
+           "g s" #'evil-avy-goto-symbol-1))
 
 (use-package evil-collection
   :after (evil)