mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
Updated Examples (vim) (markdown)
@@ -330,7 +330,7 @@ command! -bang -nargs=* LoadTemplate call fzf#run({
|
||||
|
||||
### Delete buffers from `:Buffers`
|
||||
|
||||
This customization for `:Buffers` makes `D` delete buffers, and it reloads the list of available buffers upon deletion, while allowing to delete multiple buffers as well. The requirements are:
|
||||
This customization is an _attempt_, that sometimes doesn't work, to make the key `D` in `:Buffers`' interface, delete buffers. See the issues reported with this customization [here](https://github.com/junegunn/fzf.vim/pull/1044#issuecomment-651199164). An additional change this does to `:Buffers`' interface, is to make fzf reload the list of available buffers upon deletion, while allowing to delete multiple buffers as well. The requirements are:
|
||||
|
||||
- https://github.com/mhinz/neovim-remote .
|
||||
- fzf.vim with this PR merged: https://github.com/junegunn/fzf.vim/pull/1044
|
||||
|
||||
Reference in New Issue
Block a user