From 427e57ddf7030f7081d858d923fb9337f94bf0a7 Mon Sep 17 00:00:00 2001 From: xiaojianzheng <1272209235@qq.com> Date: Fri, 14 Jun 2024 14:24:14 +0800 Subject: [PATCH] fix(fzf): floating previewer closed fail (#3638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - floating previewer closed fail. https://github.com/LazyVim/LazyVim/issues/3582 Co-authored-by: 肖健正 --- lua/lazyvim/plugins/extras/editor/fzf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/fzf.lua b/lua/lazyvim/plugins/extras/editor/fzf.lua index ada0f0ad..088c1e19 100644 --- a/lua/lazyvim/plugins/extras/editor/fzf.lua +++ b/lua/lazyvim/plugins/extras/editor/fzf.lua @@ -155,7 +155,7 @@ return { require("fzf-lua").register_ui_select(opts.ui_select or nil) end, keys = { - { "", "close", ft = "fzf", mode = "t", nowait = true }, + { "", "", ft = "fzf", mode = "t", nowait = true }, { "", "", ft = "fzf", mode = "t", nowait = true }, { "", "", ft = "fzf", mode = "t", nowait = true }, {