up
This commit is contained in:
20
lua/kickstart/plugins/bbye.lua
Normal file
20
lua/kickstart/plugins/bbye.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
-- bbye
|
||||
--
|
||||
-- Bbye allows you to do delete buffers (close files) without closing your windows or messing up your layout.
|
||||
--
|
||||
-- https://github.com/moll/vim-bbye
|
||||
--
|
||||
|
||||
return {
|
||||
{
|
||||
'moll/vim-bbye',
|
||||
keys = {
|
||||
{ '<leader>bc', '<CMD>Bdelete<CR>', desc = '[c]lose current buffer' },
|
||||
{
|
||||
'<leader>bC',
|
||||
'<CMD>bufdo :Bdelete<CR>',
|
||||
desc = '[C]lose all buffers',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user