summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/harpoon.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/harpoon.fnl')
-rw-r--r--fnl/plugins/editor/harpoon.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/plugins/editor/harpoon.fnl b/fnl/plugins/editor/harpoon.fnl
index 7674f0b..876386e 100644
--- a/fnl/plugins/editor/harpoon.fnl
+++ b/fnl/plugins/editor/harpoon.fnl
@@ -21,5 +21,9 @@
{1 :ThePrimeagen/harpoon
:event :BufReadPost
+ :keys [{1 :ma 2 :<cmd>HarpoonAdd<cr> :desc :Harpoon}
+ {1 :mr 2 :<cmd>HarpoonUI<cr> :desc "Harpoon UI"}
+ {1 :ms 2 :<cmd>HarpoonPrev<cr> :desc "Harpoon Prev"}
+ {1 :mt 2 :<cmd>HarpoonNext<cr> :desc "Harpoon Next"}]
:config (fn []
(setup))}