diff --git a/lua/config/keymaps.lua b/lua/config/keymaps.lua index 0832985..f93f543 100644 --- a/lua/config/keymaps.lua +++ b/lua/config/keymaps.lua @@ -97,6 +97,9 @@ map("n", "bd", smart_buffer_delete, { desc = "Close Current Buffer" }) map("n", "bw", smart_buffer_wipeout, { desc = "Wipeout Current Buffer" }) map("n", "bD", delete_other_buffers, { desc = "Close All Other Buffers" }) map("n", "bW", wipeout_other_buffers, { desc = "Wipeout All Other Buffers" }) +for i = 1, 10 do + map("n", "b" .. (i%10), "LualineBuffersJump! " .. i .. "", { desc = "Jump to Buffer " .. i }) +end -- Trouble Keybinds -- open diagnostics window