chore: add mapping to delete buffer
This commit is contained in:
		
							parent
							
								
									0226d1aeb6
								
							
						
					
					
						commit
						8d926473e0
					
				@ -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()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user