Skip to content

Commit

Permalink
feat(keymaps): keep (potentially) split window when deleting buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyxels committed Oct 14, 2024
1 parent 30a7b96 commit 534b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/keymaps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
}
{
key = "<Leader>c";
action = "<cmd>bd<CR>";
action = "<cmd>bp|bd #<CR>";
options = {
silent = true;
desc = "Close current Buffer";
Expand Down

0 comments on commit 534b807

Please sign in to comment.