From 7895dc6e420e3a0987f8f4f7c69acacd4bd1de3b Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Fri, 3 May 2013 15:50:58 +0100 Subject: [PATCH 1/2] Bind 'uu' to undo-tree-visualize --- core/prelude-global-keybindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 06b1ae0..b55eac6 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -116,6 +116,7 @@ (key-chord-define-global "jj" 'ace-jump-mode) (key-chord-define-global "JJ" 'prelude-switch-to-previous-buffer) +(key-chord-define-global "uu" 'undo-tree-visualize) (key-chord-mode +1) From bf19ce736bbb303ba8e2189d172069c83124d8a4 Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Fri, 3 May 2013 16:04:57 +0100 Subject: [PATCH 2/2] Add key-chords to Readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dbd945a..2e4531c 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,14 @@ If you ever forget any of Projectile's keybindings just do a: C-c p C-h +#### Key-chords + +Keybinding | Description +-------------------|---------------------------------------------- +jj | ace-jump-mode +JJ | prelude-switch-to-previous-buffer +uu | undo-tree-visualize + ### Automatic package installation The default Prelude installation comes with a bare minimum of