From 590a0127829f3dc6515b1276b8274b672d9c11cb Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 23 Aug 2025 12:39:11 +0200 Subject: [PATCH] nvim: Remove FIXME for fzf instant single selection We found the correct option and it does not instant-select single result search anymore. So we can remove the FIXME since it is indeed fixed. WIP: ZK workflow improvements --- nvim/.config/nvim/lua/plugins/pickers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plugins/pickers.lua b/nvim/.config/nvim/lua/plugins/pickers.lua index 05db98c..9f61afc 100644 --- a/nvim/.config/nvim/lua/plugins/pickers.lua +++ b/nvim/.config/nvim/lua/plugins/pickers.lua @@ -101,7 +101,7 @@ return { -- file/item pickers and managers }, }, }, - defaults = { -- FIXME: Does not seem to work with single result and still closes instantly? + defaults = { jump1 = false, }, },