Remove alpha shortcut to edit new file

This commit is contained in:
Evie Litherland-Smith 2023-05-16 14:31:58 +01:00
parent 02759c30f4
commit 347afd9895

View file

@ -15,7 +15,6 @@ return {
dashboard.section.header.val = vim.split(logo, "\n")
dashboard.section.buttons.val = {
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("n", "󱏒 " .. " Neotree", "<cmd>Neotree left <CR>"),
dashboard.button("g", "󰊢 " .. " Git status", "<cmd>Neogit <CR>"),