Remove alpha shortcut to edit new file
This commit is contained in:
parent
02759c30f4
commit
347afd9895
|
@ -15,7 +15,6 @@ return {
|
||||||
dashboard.section.header.val = vim.split(logo, "\n")
|
dashboard.section.header.val = vim.split(logo, "\n")
|
||||||
dashboard.section.buttons.val = {
|
dashboard.section.buttons.val = {
|
||||||
dashboard.button("f", " " .. " Find file", "<cmd>Telescope find_files <CR>"),
|
dashboard.button("f", " " .. " Find file", "<cmd>Telescope find_files <CR>"),
|
||||||
dashboard.button("e", " " .. " Edit new file", "<cmd>ene <BAR> startinsert <CR>"),
|
|
||||||
dashboard.button("r", " " .. " Recent files", "<cmd>Telescope oldfiles <CR>"),
|
dashboard.button("r", " " .. " Recent files", "<cmd>Telescope oldfiles <CR>"),
|
||||||
dashboard.button("n", " " .. " Neotree", "<cmd>Neotree left <CR>"),
|
dashboard.button("n", " " .. " Neotree", "<cmd>Neotree left <CR>"),
|
||||||
dashboard.button("g", " " .. " Git status", "<cmd>Neogit <CR>"),
|
dashboard.button("g", " " .. " Git status", "<cmd>Neogit <CR>"),
|
||||||
|
|
Loading…
Reference in a new issue