Updated which-key description + small config changed + changed file search keybind

This commit is contained in:
2025-01-26 05:29:40 +01:00
parent 53aaf53bde
commit bbe09a41e6
9 changed files with 53 additions and 81 deletions
@@ -24,10 +24,10 @@ return {
-- Setup keybinds to move buffers around
vim.keymap.set("n", "<leader>b[", function()
bufferline.move(-1)
end, { silent = true, desc = "[B]uffer to the [ left" })
end, { silent = true, desc = "Move buffer to left" })
vim.keymap.set("n", "<leader>b]", function()
bufferline.move(1)
end, { silent = true, desc = "[B]uffer to the ] right" })
end, { silent = true, desc = "Move buffer to right" })
bufferline.setup({
options = {