bufdelete: delete buffer without messing up windows

This commit is contained in:
xinyangli 2024-12-10 12:40:33 +08:00
parent 493148c3b8
commit aea55dcd6c
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
6 changed files with 37 additions and 19 deletions

View file

@ -83,14 +83,5 @@
desc = "Next Buffer";
};
}
{
mode = [ "n" "i" ];
key = "<S-Tab>";
action = "<cmd>tabprevious<cr>";
options = {
desc = "Previous Tab";
};
}
];
}