Dotfiles with the latest changes

This commit is contained in:
2024-10-28 14:02:46 +01:00
parent d39336c479
commit fa6b78a382
108 changed files with 4459 additions and 467 deletions

View File

@@ -15,13 +15,11 @@ return {
},
})
wk.register({
b = {
name = "buffer",
x = { "<cmd>BufDel<CR>", "Close Buffer" },
n = { "<cmd>BufferLineCycleNext<CR>", "Go to next buffer" },
p = { "<cmd>BufferLineCyclePrev<CR>", "Go to previous buffer" },
},
}, { prefix = "<leader>" })
wk.add({
{ "<leader>b", group = "buffer", icon = "󰓩" },
{ "<leader>bx", "<cmd>BufDel<CR>", desc = "Close Buffer", icon = "󰭌" },
{ "<leader>bn", "<cmd>BufferLineCycleNext<CR>", desc = "Go to next buffer", icon = "󰌒" },
{ "<leader>bp", "<cmd>BufferLineCyclePrev<CR>", desc = "Go to previous buffer", icon = "󰌥" },
})
end,
}