[ Mappings ] Buffer movement to A-a & A-s

This commit is contained in:
Price Hiller 2022-01-27 01:37:56 -06:00
parent 0b78ca793d
commit 8e18bcd4e3

View File

@ -59,8 +59,8 @@ map("v", "<leader>/", ":'<,'>CommentToggle<CR>")
map("n", "<leader>ls", ":SymbolsOutline<CR>")
-- Bufferline mappings
map("n", "<A-[>", ":BufferLineCyclePrev<CR>")
map("n", "<A-]>", ":BufferLineCycleNext<CR>")
map("n", "<A-a>", ":BufferLineCyclePrev<CR>")
map("n", "<A-s>", ":BufferLineCycleNext<CR>")
map("n", "<A-x>", ":lua require('utils.init').close_buffer()<CR>")
-- Vim Notify Mappings