mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update: change icon and close current buffer
This commit is contained in:
parent
744cf511b2
commit
ca42cc75a1
4 changed files with 6 additions and 6 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue