change buffernext/prev binds
This commit is contained in:
@@ -14,20 +14,6 @@
|
|||||||
lldb_18
|
lldb_18
|
||||||
];
|
];
|
||||||
|
|
||||||
keymaps = [
|
|
||||||
{
|
|
||||||
mode = "n";
|
|
||||||
key = "<C-.>";
|
|
||||||
action = "<cmd>BufferNext<CR>";
|
|
||||||
}
|
|
||||||
|
|
||||||
{
|
|
||||||
mode = "n";
|
|
||||||
key = "<C-,>";
|
|
||||||
action = "<cmd>BufferPrevious<CR>";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
nu = true;
|
nu = true;
|
||||||
rnu = true;
|
rnu = true;
|
||||||
|
|||||||
@@ -26,13 +26,13 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<C-.>";
|
key = "<C-0>";
|
||||||
action = "<cmd>BufferNext<CR>";
|
action = "<cmd>BufferNext<CR>";
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<C-,>";
|
key = "<C-9>";
|
||||||
action = "<cmd>BufferPrevious<CR>";
|
action = "<cmd>BufferPrevious<CR>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user