more keybindings

This commit is contained in:
chloe 2025-06-02 22:52:26 +02:00
parent a781b34d10
commit f7832e1d5b

View file

@ -14,12 +14,41 @@
{
mode = "n";
action = "<cmd>BufferNext<cr>";
key = "<leader><tab><tab>";
key = "<S-h>";
options = {
desc = "Next buffer";
};
}
{
mode = "n";
action = "<cmd>BufferPrevious<cr>";
key = "<S-l>";
options = {
desc = "Previous buffer";
};
}
/*
{
mode = "n";
action = "<cmd>BufferMovePrevious";
key = "<Shift><Ctrl>H";
options = {
desc = "Move buffer to left";
};
}
{
mode = "n";
action = "<cmd>BufferMoveNext";
key = "<Shift><Ctrl>L";
options = {
desc = "Move buffer to right";
};
}
*/
{
mode = "n";
action = "<cmd>BufferClose<cr>";
@ -39,13 +68,13 @@
}
{
mode = "n";
action = "<cmd>LazyGit<cr>";
key = "<leader>gg";
options = {
desc = "Open lazygit";
};
}
mode = "n";
action = "<cmd>LazyGit<cr>";
key = "<leader>gg";
options = {
desc = "Open lazygit";
};
}
];
plugins.fzf-lua.keymaps = {