fix(fzf): floating previewer closed fail

This commit is contained in:
肖健正 2024-06-14 13:14:34 +08:00
parent 7bebc40333
commit 5eca94b131

View file

@ -155,7 +155,7 @@ return {
require("fzf-lua").register_ui_select(opts.ui_select or nil)
end,
keys = {
{ "<esc>", "<cmd>close<cr>", ft = "fzf", mode = "t", nowait = true },
{ "<esc>", "<esc>", ft = "fzf", mode = "t", nowait = true },
{ "<c-j>", "<Down>", ft = "fzf", mode = "t", nowait = true },
{ "<c-k>", "<Up>", ft = "fzf", mode = "t", nowait = true },
{