git-timemachine
gitのバッファを遡れる
evilでの使用 Use git-timemachine with Evil
;; @see https://bitbucket.org/lyro/evil/issue/511/let-certain-minor-modes-key-bindings
(with-eval-after-load 'git-timemachine
(evil-make-overriding-map git-timemachine-mode-map 'normal)
;; force update evil keymaps after git-timemachine-mode loaded
(add-hook 'git-timemachine-mode-hook #'evil-normalize-keymaps))git-timemachine-toggle 後 C-j, C-k でgitを遡れる