chore: add mapping to delete buffer

This commit is contained in:
fiplox 2023-08-08 17:13:36 +02:00
parent 0226d1aeb6
commit 8d926473e0
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ local mappings = {
['rr'] = 'Search and replace all',
['rs'] = 'Search and replace',
['q'] = { '<cmd>lua UnMapDHM()<cr>', 'Qwerty' },
['d'] = { '<cmd>bd<cr>', 'Delete buffer' },
['b'] = {
function()
require('buffer_manager.ui').toggle_quick_menu()