junegunn / fzf.vim

fzf :heart: vim
MIT License
9.52k stars 582 forks source link

#1239 Add ability to bdelete buffers with CTRL-D from :Buffers command #1465

Open connermcd opened 1 year ago

connermcd commented 1 year ago

This pull request extends the :Buffers command with --multi to allow <Tab> selection of multiple buffers that can then be deleted with CTRL-D or opened into separate tabs/splits/vertical splits with CTRL-T/CTRL-X/CTRL-V. See #1239 and #1272.