plugins/vim-bbye: init + tests (#248)

This commit is contained in:
Gaétan Lepage 2023-03-14 15:21:35 +01:00 committed by GitHub
parent cf3f10265b
commit 883703328d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
empty = {
plugins.vim-bbye.enable = true;
};
test = {
plugins.vim-bbye = {
enable = true;
keymapsSilent = false;
keymaps = {
bdelete = "<C-w>";
bwipeout = "<C-t>";
};
};
};
}