update keymaps
This commit is contained in:
parent
ddab79b4dc
commit
2e9047c986
1 changed files with 5 additions and 6 deletions
|
|
@ -1,23 +1,22 @@
|
|||
{ config, ... }: {
|
||||
|
||||
{config, ...}: {
|
||||
plugins = {
|
||||
bufferline = {
|
||||
enable = true;
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
keymaps = [
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>]b";
|
||||
key = "]b";
|
||||
action = "<cmd>BufferLineCycleNext<cr>";
|
||||
options = {
|
||||
desc = "Cycle to next buffer";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
key = "<leader>[b";
|
||||
key = "[b";
|
||||
action = "<cmd>BufferLineCyclePrev<cr>";
|
||||
options = {
|
||||
desc = "Cycle to previous buffer";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue