From 347afd98959c28fca4bf84093202a1e3a91476f8 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 16 May 2023 14:31:58 +0100 Subject: [PATCH] Remove alpha shortcut to edit new file --- lua/plugins/alpha.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua index 83e5c3b..6b6e59b 100644 --- a/lua/plugins/alpha.lua +++ b/lua/plugins/alpha.lua @@ -15,7 +15,6 @@ return { dashboard.section.header.val = vim.split(logo, "\n") dashboard.section.buttons.val = { dashboard.button("f", " " .. " Find file", "Telescope find_files "), - dashboard.button("e", " " .. " Edit new file", "ene startinsert "), dashboard.button("r", " " .. " Recent files", "Telescope oldfiles "), dashboard.button("n", "󱏒 " .. " Neotree", "Neotree left "), dashboard.button("g", "󰊢 " .. " Git status", "Neogit "),