Skip to content

Commit

Permalink
2024-05-03 13:22:11
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomashighbaugh committed May 3, 2024
1 parent 4c66f9c commit 0d19e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ return {
"moll/vim-bbye",
event = { "BufRead" },
keys = {
{ "<leader>d", "<cmd>Bdelete!<cr>", desc = "Close Buffer" },
{ "<leader>D", "<cmd>Bdelete!<cr>", desc = "Close Buffer" },
{ "<C-w>", "<cmd>Bdelete!<cr>", desc = "Close Buffer" },
},
},
Expand Down

0 comments on commit 0d19e33

Please sign in to comment.