emacs undo-tree
emacs undo-tree
下载 https://raw.github.com/pylemon/emacs/master/lisps/undo-tree.el
在.emacs 中加入
;; undo-tree
(require 'undo-tree)
(global-undo-tree-mode)
(defadvice undo-tree-visualizer-mode (after undo-tree-face activate)
(buffer-face-mode))
常用到使用方法:
C-x u 进入 undo-tree-visualizer-mode ,
p n 上下移动,
b f 在分支左右切换,
t 显示时间戳,选定需要的状态后,
q 退出。
posted on 2012-04-01 00:33 Richard.FreeBSD 阅读(439) 评论(0) 编辑 收藏 举报