diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-14 12:03:31 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-14 12:03:31 +0200 |
commit | e1e608afd6abc8220e23ddaad13408a84d9f6b02 (patch) | |
tree | f5d05f620418e1a9d7e3dde8457bc710801811b8 /fnl/plugins/editor/telescope.fnl | |
parent | 257a4f071b79533eee6245b039f67454f0748a3b (diff) |
Remove duplicates in telescope
Diffstat (limited to 'fnl/plugins/editor/telescope.fnl')
-rw-r--r-- | fnl/plugins/editor/telescope.fnl | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/fnl/plugins/editor/telescope.fnl b/fnl/plugins/editor/telescope.fnl index d662b87..c823474 100644 --- a/fnl/plugins/editor/telescope.fnl +++ b/fnl/plugins/editor/telescope.fnl @@ -7,7 +7,7 @@ {1 :mp 2 "<cmd>Telescope buffers theme=dropdown previewer=false initial_mode=normal<cr>" :desc "Switch Buffer"} - {1 :<leader>fc + {1 :<leader>fC 2 "<cmd>Telescope commands theme=dropdown<cr>" :desc :Commands} {1 :<leader>fH @@ -44,10 +44,7 @@ {1 :<leader>js 2 "<cmd>Telescope diagnostics theme=dropdown<cr>" :desc "Telescope Diagnostics"} - {1 :<leader>gb - 2 "<cmd>Telescope git_branches theme=dropdown<cr>" - :desc "Checkout Branch"} - {1 :<leader>gc + {1 :<leader>fc 2 "<cmd>Telescope git_commits theme=dropdown<cr>" :desc "Checkout Commit"} {1 :<leader>lS |