nvim/lua/config/aliases.lua
2025-05-13 21:18:38 +02:00

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" ]]