From 3d7acfefc07b274d5c7cb5156dfaa2f2b146165c Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 1 Jul 2020 07:33:16 +0000 Subject: [PATCH] Updated Examples (vim) (markdown) --- Examples-(vim).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-(vim).md b/Examples-(vim).md index 91754fd..4e6cf0b 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -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