nvim/lua/config/aliases.lua

7 lines
199 B
Lua
Raw Normal View History

2024-01-08 13:28:36 +01:00
-- alias for clearing all buffers
--vim.cmd [[ command Bclr bufdo! bd! ]]
-- alias for reloading all buffers
--vim.cmd [[ command Bclr bufdo! e!]]
2024-09-24 13:49:32 +02:00
vim.cmd [[ command Bufdel silent! execute "%bd" ]]