update: change icon and close current buffer

This commit is contained in:
asep.komarudin 2024-03-23 05:55:06 +07:00
parent 744cf511b2
commit ca42cc75a1
4 changed files with 6 additions and 6 deletions

View file

@ -280,7 +280,7 @@ local mappings = {
"All Buffer",
},
-- close current active buffer
c = { "<cmd>bd!<cr>", "Close current buffer" },
c = { "<cmd>lua _CLOSE_BUFFER()<cr>", "Close current buffer" },
-- bufferline close left
d = {
"<cmd>BufferLineCloseLeft<cr>",