From 5eca94b13183bdcd2db8d60a04ddeecea8d09c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E5=81=A5=E6=AD=A3?= Date: Fri, 14 Jun 2024 13:14:34 +0800 Subject: [PATCH] fix(fzf): floating previewer closed fail --- 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 }, {