]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim: replace vim-surround with mini.surround
[dotfiles.git] / nvim / lua / plugins / ui.lua
index aceb8bd8ee16357c69f5a963ae53f739637fcedb..42f2db7a25f83d2abb717d7d8930c9a70dace628 100644 (file)
@@ -86,7 +86,7 @@ return {
         dashboard.button("c", " " .. " Config", ":e $MYVIMRC <CR>"),
         dashboard.button("s", " " .. " Restore Session", [[:lua require("persistence").load() <cr>]]),
         dashboard.button("l", "󰒲 " .. " Lazy", ":Lazy<CR>"),
-        dashboard.button("q", " " .. " Quit", ":qa<CR>"),
+        dashboard.button("q", " " .. " Close", ":bdelete<CR>"),
       }
       for _, button in ipairs(dashboard.section.buttons.val) do
         button.opts.hl = "AlphaButtons"