+hydra-goto-chg

Got from doom-emacs discord, allows for easy traversal through changes
in a document
This commit is contained in:
2020-08-15 00:06:54 +01:00
parent 107c86575f
commit 9fe2f0e7dd

View File

@@ -523,6 +523,11 @@ Use hydras for stuff that I use often, currently buffer manipulation
("h" previous-buffer)
("c" kill-this-buffer))
(defhydra hydra-goto-chg (evil-normal-state-map "g;")
"goto-chg"
(";" goto-last-change "goto-last-change")
("," goto-last-change-reverse "goto-last-change-reverse"))
(defhydra hydra-code-manipulator (global-map "C-x c")
"code-manip"
("j" evil-forward-section-begin)