mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +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",
|
"All Buffer",
|
||||||
},
|
},
|
||||||
-- close current active 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
|
-- bufferline close left
|
||||||
d = {
|
d = {
|
||||||
"<cmd>BufferLineCloseLeft<cr>",
|
"<cmd>BufferLineCloseLeft<cr>",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue