summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/git-worktree.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:57:25 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:57:25 +0200
commitdb5bc4eacc3f8283b9de42df688dc12149358d96 (patch)
treeedab40058dca3a60cb3f9de9d46eaa81189f64df /fnl/plugins/editor/git-worktree.fnl
parentdeec93dea6cce47348e61d80cd504d09441dc79e (diff)
Fix dadbod and worktree keys
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"}])