fix incorrect keybinds on start screen
This commit is contained in:
parent
ac83505ea0
commit
91d6d37f49
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ return {
|
|||
{ type = "text", val = "Quick links", opts = { hl = "SpecialComment", position = "center" } },
|
||||
{ type = "padding", val = 1 },
|
||||
dashboard.button("e", "New file", "<cmd>ene<CR>"),
|
||||
dashboard.button("<leader>ff", "Find file"),
|
||||
dashboard.button("<leader>fg", "Live grep"),
|
||||
dashboard.button("<leader>sf", "Search files"),
|
||||
dashboard.button("<leader>sg", "Live grep"),
|
||||
dashboard.button("q", "Quit", "<cmd>qa<CR>"),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue