summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/git-worktree.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/editor/git-worktree.fnl')
-rw-r--r--fnl/plugins/editor/git-worktree.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/editor/git-worktree.fnl b/fnl/plugins/editor/git-worktree.fnl
index ec57195..8812859 100644
--- a/fnl/plugins/editor/git-worktree.fnl
+++ b/fnl/plugins/editor/git-worktree.fnl
@@ -1,10 +1,10 @@
;; Plugins for working with git-worktrees.
-(local keys [{1 :<leader>ge
+(local keys [{1 :<leader>wn
2 "<cmd>lua require('telescope').extensions.git_worktree.git_worktrees()<cr>"
:mode :n
:desc "Switch between worktrees"}
- {1 :<leader>gi
+ {1 :<leader>we
2 "<cmd>lua require('telescope').extensions.git_worktree.create_git_worktree()<cr>"
:mode :n
:desc "Create a worktree"}])