diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-18 11:49:35 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-18 11:49:35 +0200 |
commit | d4808d9572de15fa526452c0bd59c199ae31709e (patch) | |
tree | 6b5cf9a6fc5c7afa85236abe1903b271ab4816dc /fnl/plugins/editor/telescope.fnl | |
parent | 9db6694da8f7cbced6fd73a09322ad6f7350f255 (diff) |
Add git-worktree
Diffstat (limited to 'fnl/plugins/editor/telescope.fnl')
-rw-r--r-- | fnl/plugins/editor/telescope.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/editor/telescope.fnl b/fnl/plugins/editor/telescope.fnl index c823474..dafb48c 100644 --- a/fnl/plugins/editor/telescope.fnl +++ b/fnl/plugins/editor/telescope.fnl @@ -19,7 +19,7 @@ {1 :<leader>fS 2 "<cmd>Telescope grep_string theme=dropdown<cr>" :desc "Find String"} - {1 :<leader>fb + {1 :<leader>gb 2 "<cmd>Telescope git_branches theme=dropdown<cr>" :desc "Checkout Branch"} {1 :<leader>ff 2 :<cmd>FindFiles<cr> :desc "Find files"} @@ -44,7 +44,7 @@ {1 :<leader>js 2 "<cmd>Telescope diagnostics theme=dropdown<cr>" :desc "Telescope Diagnostics"} - {1 :<leader>fc + {1 :<leader>gc 2 "<cmd>Telescope git_commits theme=dropdown<cr>" :desc "Checkout Commit"} {1 :<leader>lS |