[Telescope] Fix overlapping binds
This commit is contained in:
@@ -39,13 +39,13 @@ return {
|
||||
|
||||
-- Git
|
||||
opts.desc = "Show git diff"
|
||||
vim.keymap.set("n", "<leader>fgd", builtin.git_status, opts)
|
||||
vim.keymap.set("n", "<leader>fld", builtin.git_status, opts)
|
||||
|
||||
opts.desc = "Show git commits"
|
||||
vim.keymap.set("n", "<leader>fgc", builtin.git_commits, opts)
|
||||
vim.keymap.set("n", "<leader>flc", builtin.git_commits, opts)
|
||||
|
||||
opts.desc = "Show git files"
|
||||
vim.keymap.set("n", "<leader>fgf", builtin.git_files, opts)
|
||||
vim.keymap.set("n", "<leader>flf", builtin.git_files, opts)
|
||||
|
||||
-- Recent Commands
|
||||
opts.desc = "Show recent commands"
|
||||
|
Reference in New Issue
Block a user