update nixvim config

This commit is contained in:
2026-07-31 01:20:08 +02:00
parent 0b73b99654
commit ee0447931e
7 changed files with 305 additions and 30 deletions
+12
View File
@@ -9,6 +9,10 @@
action = "<cmd>lua Snacks.explorer.open()<CR>";
key = "<leader>e";
}
{
action = "<cmd>lua Snacks.bufdelete()<CR>";
key = "<C-q>";
}
{
mode = [
"n"
@@ -18,6 +22,14 @@
action = ''<cmd>lua require("flash").jump()<CR>'';
key = "s";
}
{
action = "<cmd>BufferLineCycleNext<CR>";
key = "<tab>";
}
{
action = "<cmd>BufferLineCyclePrev<CR>";
key = "<S-tab>";
}
];
};
}