Skip to content

Commit

Permalink
cleanup key command list in commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtsmith committed Dec 6, 2023
1 parent 2705229 commit e75da2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 1 addition & 8 deletions vundo-diff.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,7 @@
;;; Commentary:

;; vundo-diff provides simple on-demand diff between arbitray undo
;; states in the vundo tree. The additional key commands made
;; available are:
;;
;; m mark a node for diff
;; u unmark the marked node
;; d diff between the marked (or parent) and current nodes
;;
;; All of the normal navigation command of vundo work as normal.
;; states in the vundo tree.

;;; Code:
(require 'vundo)
Expand Down
5 changes: 5 additions & 0 deletions vundo.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
;;
;; a to go back to the last branching point
;; e to go forward to the end/tip of the branch
;; l to go to the last saved node
;;
;; m to mark the current node for diff
;; u to unmark the marked node
;; d to show a diff between the marked (or parent) and current nodes
;;
;; q to quit, you can also type C-g
;;
Expand Down

0 comments on commit e75da2b

Please sign in to comment.