diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua index f7ac621..2323544 100644 --- a/lua/plugins/alpha.lua +++ b/lua/plugins/alpha.lua @@ -16,7 +16,7 @@ return { dashboard.section.buttons.val = { dashboard.button("f", " " .. " Find file", "Telescope find_files "), dashboard.button("r", " " .. " Recent files", "Telescope oldfiles "), - dashboard.button("n", "󱏒 " .. " Oil file browser", "Oil "), + dashboard.button("o", "󱏒 " .. " Oil file browser", "Oil "), dashboard.button("g", "󰊢 " .. " Git status", "Neogit "), dashboard.button("c", " " .. " Config", "e $MYVIMRC "), dashboard.button("l", "󰒲 " .. " Lazy", "Lazy"),