[ Bindings ] - Correct alt binding

This commit is contained in:
Price Hiller 2022-01-17 10:19:16 -06:00
parent d56573b668
commit f81ad7951c

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", "A-x", ":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>")