X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4a2686dcf2ff391d9aa5f3d94a5a04a6d2520885..9a5fef36c341327cb9b6bfe3246e84ea11a0ab3f:/nvim/lua/plugins/ui.lua diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index aceb8bd..f988ed4 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -82,11 +82,10 @@ return { dashboard.button("f", " " .. " Find file", ":Telescope find_files "), dashboard.button("n", " " .. " New file", ":ene startinsert "), dashboard.button("r", " " .. " Recent files", ":Telescope oldfiles "), - dashboard.button("g", " " .. " Find text", ":Telescope live_grep "), dashboard.button("c", " " .. " Config", ":e $MYVIMRC "), dashboard.button("s", " " .. " Restore Session", [[:lua require("persistence").load() ]]), dashboard.button("l", "󰒲 " .. " Lazy", ":Lazy"), - dashboard.button("q", " " .. " Quit", ":qa"), + dashboard.button("q", " " .. " Close", ":bdelete"), } for _, button in ipairs(dashboard.section.buttons.val) do button.opts.hl = "AlphaButtons"