change buffernext/prev binds

This commit is contained in:
2025-03-18 12:05:51 -05:00
parent 3c7ac8bf4e
commit f5612d98c5
2 changed files with 2 additions and 16 deletions

View File

@@ -14,20 +14,6 @@
lldb_18
];
keymaps = [
{
mode = "n";
key = "<C-.>";
action = "<cmd>BufferNext<CR>";
}
{
mode = "n";
key = "<C-,>";
action = "<cmd>BufferPrevious<CR>";
}
];
opts = {
nu = true;
rnu = true;