update nixvim config
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user