mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
fix bug: #7
This commit is contained in:
parent
b87a267f96
commit
f52422ffad
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ M.mappings = {
|
|||
"All Buffer",
|
||||
},
|
||||
-- close current active buffer
|
||||
c = { "<cmd>lua require('user.utils.whichkey').bufremove()<cr>", "Close current buffer" },
|
||||
c = { "<cmd>lua require('user.utils.bufferline').bufremove()<cr>", "Close current buffer" },
|
||||
-- bufferline close left
|
||||
d = {
|
||||
"<cmd>BufferLineCloseLeft<cr>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue