delete buffers
This commit is contained in:
		
							parent
							
								
									4d1f852738
								
							
						
					
					
						commit
						2a44336c0d
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		|  | @ -94,5 +94,17 @@ return { | |||
|     end, | ||||
|     ft = { "markdown" }, | ||||
|   }, | ||||
| 
 | ||||
|   -- | ||||
|   -- Delete Buffers | ||||
|   -- | ||||
|   { | ||||
|     'famiu/bufdelete.nvim', | ||||
|     cmd = { 'Bdelete', 'Bwipeout' }, | ||||
|     keys = { | ||||
|       { '<leader>bd', '<cmd>Bdelete<cr>', desc = 'Buffer Delete' }, | ||||
|       { '<leader>bw', '<cmd>Bwipeout<cr>', desc = 'Buffer Wipeout' }, | ||||
|     }, | ||||
|   }, | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue