1
0
Fork 0
forked from nya/nvim

fix incorrect keybinds on start screen

This commit is contained in:
bunny winter 2025-01-28 10:14:16 -06:00
parent ac83505ea0
commit 91d6d37f49
Signed by: nya
SSH key fingerprint: SHA256:aFOeJZAb3Y7XJxd+BReehNPp/dmurGW9M13mIayeOm0

View file

@ -18,8 +18,8 @@ return {
{ type = "text", val = "Quick links", opts = { hl = "SpecialComment", position = "center" } }, { type = "text", val = "Quick links", opts = { hl = "SpecialComment", position = "center" } },
{ type = "padding", val = 1 }, { type = "padding", val = 1 },
dashboard.button("e", "New file", "<cmd>ene<CR>"), dashboard.button("e", "New file", "<cmd>ene<CR>"),
dashboard.button("<leader>ff", "Find file"), dashboard.button("<leader>sf", "Search files"),
dashboard.button("<leader>fg", "Live grep"), dashboard.button("<leader>sg", "Live grep"),
dashboard.button("q", "Quit", "<cmd>qa<CR>"), dashboard.button("q", "Quit", "<cmd>qa<CR>"),
} }