summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/undotree.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/undotree.fnl')
-rw-r--r--fnl/plugins/editor/undotree.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/plugins/editor/undotree.fnl b/fnl/plugins/editor/undotree.fnl
index 9aa8114..05de139 100644
--- a/fnl/plugins/editor/undotree.fnl
+++ b/fnl/plugins/editor/undotree.fnl
@@ -1,3 +1,5 @@
;; Tree of undo history.
-{1 :mbbill/undotree :cmd :UndotreeToggle}
+{1 :mbbill/undotree
+ :cmd :UndotreeToggle
+ :keys [{1 :<leader>u 2 :<cmd>UndotreeToggle<cr> :desc :Undotree}]}