m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Updated Examples (vim) (markdown)

Doron Behar
2020-07-01 07:33:16 +00:00
parent 876a124669
commit 3d7acfefc0

@@ -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