7 lines
199 B
Lua
7 lines
199 B
Lua
-- alias for clearing all buffers
|
|
--vim.cmd [[ command Bclr bufdo! bd! ]]
|
|
|
|
-- alias for reloading all buffers
|
|
--vim.cmd [[ command Bclr bufdo! e!]]
|
|
vim.cmd [[ command Bufdel silent! execute "%bd" ]]
|