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

@@ -26,13 +26,13 @@
{
mode = "n";
key = "<C-.>";
key = "<C-0>";
action = "<cmd>BufferNext<CR>";
}
{
mode = "n";
key = "<C-,>";
key = "<C-9>";
action = "<cmd>BufferPrevious<CR>";
}