feat(ui): dashboard files searches git files if in git repo (#2240)
just like `<leader>ff` keymap for telescope
This commit is contained in:
1 parent
cae22baf08
commit
66b3c0a19f
1 file changed
+1
-1
@@ -373,7 +373,7 @@ return {
|
|||||||
header = vim.split(logo, "\n"),
|
header = vim.split(logo, "\n"),
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
center = {
|
center = {
|
||||||
{ action = "Telescope find_files", desc = " Find file", icon = " ", key = "f" },
|
{ action = Util.telescope("files"), desc = " Find file", icon = " ", key = "f" },
|
||||||
{ action = "ene | startinsert", desc = " New file", icon = " ", key = "n" },
|
{ action = "ene | startinsert", desc = " New file", icon = " ", key = "n" },
|
||||||
{ action = "Telescope oldfiles", desc = " Recent files", icon = " ", key = "r" },
|
{ action = "Telescope oldfiles", desc = " Recent files", icon = " ", key = "r" },
|
||||||
{ action = "Telescope live_grep", desc = " Find text", icon = " ", key = "g" },
|
{ action = "Telescope live_grep", desc = " Find text", icon = " ", key = "g" },
|
||||||
|
|||||||
Reference in new issue
Block a user