emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/vundo 4b6551748b 06/58: * README.txt: New file.


From: ELPA Syncer
Subject: [elpa] externals/vundo 4b6551748b 06/58: * README.txt: New file.
Date: Fri, 15 Apr 2022 12:58:10 -0400 (EDT)

branch: externals/vundo
commit 4b6551748b205dde157bccafcfdd4637071939c7
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    * README.txt: New file.
---
 README.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000000..a419b9df37
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,18 @@
+To use vundo, type M-x vundo RET in the buffer you want to undo.
+A undo tree buffer should pop up. To move around, type:
+
+  f   to go forward
+  b   to go backward
+  n   to go to the node below when you at a branching point
+  p   to go to the node above
+  q   to quit, you can also type C-g
+
+By default, you need to press RET to “commit” your change and if
+you quit with q or C-g, the change made by vundo are rolled back.
+You can set ‘vundo-roll-back-on-quit’ to nil to disable rolling
+back.
+
+If you bring up the vundo buffer and make some modification in the
+original buffer, the tree in the vundo buffer doesn’t automatically
+update. Vundo catches up the next time you invoke any command:
+instead of performing that command, it updates the tree.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]