Bind Y instead of y to copy commit hash in git-timemachine micro-state

This commit is contained in:
syl20bnr 2015-03-03 04:01:05 -05:00
parent ce01f956ff
commit 7c8b71f19e
2 changed files with 2 additions and 1 deletions

View file

@ -235,6 +235,7 @@ you can answer `y` with no issue.
<kbd>N</kbd> | show previous commit
<kbd>p</kbd> | show previous commit
<kbd>q</kbd> | leave micro-state and git timemachine
<kbd>Y</kbd> | copy current commit hash
### Git gutter

View file

@ -169,7 +169,7 @@ which require an initialization must be listed explicitly in the list.")
("p" git-timemachine-show-previous-revision)
("n" git-timemachine-show-next-revision)
("N" git-timemachine-show-previous-revision)
("y" git-timemachine-kill-revision)
("Y" git-timemachine-kill-revision)
("q" nil :exit t)))))
;; this mode is not up to date