branch: elpa/hyperdrive commit c97589207e7721997a68556c6eba9d630e29b6a9 Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Change: (-history-mode-map) Bind + to -history-fill-version-ranges --- hyperdrive-history.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hyperdrive-history.el b/hyperdrive-history.el index 475146eb0d..8ed090f8fd 100644 --- a/hyperdrive-history.el +++ b/hyperdrive-history.el @@ -119,6 +119,7 @@ and ENTRY's version are nil." "RET" #'hyperdrive-history-find-file "v" #'hyperdrive-history-view-file "=" #'hyperdrive-history-diff + "+" #'hyperdrive-history-fill-version-ranges "w" #'hyperdrive-history-copy-url "d" #'hyperdrive-history-download-file)