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