Add key bindings to git-gutter’ previous/next hunk commands
This commit is contained in:
parent
4aec887daa
commit
ab8080c03d
4
init.el
4
init.el
@ -326,7 +326,9 @@
|
||||
(global-git-gutter-mode t)
|
||||
:bind
|
||||
(:map gpolonkai/pers-map
|
||||
("gg" . git-gutter:update-all-windows)))))
|
||||
("gg" . git-gutter:update-all-windows)
|
||||
("gn" . git-gutter:next-hunk)
|
||||
("gp" . git-gutter:previous-hunk)))))
|
||||
|
||||
;; From gmane.emacs.orgmode
|
||||
;; (http://article.gmane.org/gmane.emacs.orgmode/75222)
|
||||
|
Loading…
Reference in New Issue
Block a user