[ Bindings ] - Close buffers with A-x

This commit is contained in:
Price Hiller 2022-01-17 09:08:49 -06:00
parent 24f2976ff3
commit d56573b668

View File

@ -61,7 +61,7 @@ map("n", "<leader>ls", ":SymbolsOutline<CR>")
-- Bufferline mappings
map("n", "<A-[>", ":BufferLineCyclePrev<CR>")
map("n", "<A-]>", ":BufferLineCycleNext<CR>")
-- map("n", "<leader>bc", ":lua require('utils.init').close_buffer()<CR>")
map("n", "A-x", ":lua require('utils.init').close_buffer()<CR>")
-- Vim Notify Mappings
map("n", "<leader>nv", ":lua require('telescope').extensions.notify.notify()<CR>")