mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(ui): dashboard files searches git files if in git repo (#2240)
just like `<leader>ff` keymap for telescope
This commit is contained in:
parent
cae22baf08
commit
66b3c0a19f
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ return {
|
|||
header = vim.split(logo, "\n"),
|
||||
-- stylua: ignore
|
||||
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 = "Telescope oldfiles", desc = " Recent files", icon = " ", key = "r" },
|
||||
{ action = "Telescope live_grep", desc = " Find text", icon = " ", key = "g" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue