Add telescope keybind for git_status
This commit is contained in:
parent
df3c5508a3
commit
8166db5823
@ -12,6 +12,7 @@ spec.keys = {
|
|||||||
{ "<Leader>ff", "<cmd>Telescope find_files<CR>", desc = "Find in files" },
|
{ "<Leader>ff", "<cmd>Telescope find_files<CR>", desc = "Find in files" },
|
||||||
{ "<Leader>fb", "<cmd>Telescope buffers<CR>", desc = "Find in buffers" },
|
{ "<Leader>fb", "<cmd>Telescope buffers<CR>", desc = "Find in buffers" },
|
||||||
{ "<Leader>fg", "<cmd>Telescope live_grep<CR>", desc = "Find by grepping" },
|
{ "<Leader>fg", "<cmd>Telescope live_grep<CR>", desc = "Find by grepping" },
|
||||||
|
{ "<Leader>fc", "<cmd>Telescope git_status<CR>", desc = "Find changed files" },
|
||||||
}
|
}
|
||||||
|
|
||||||
spec.config = function()
|
spec.config = function()
|
||||||
|
Loading…
Reference in New Issue
Block a user