From 50fac61ef62a34f4d778fd653db2608cbc15a7b9 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 13 Oct 2025 21:55:36 +0200 Subject: [PATCH] fyler don't confirm simple operations --- lua/plugins/fyler.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/fyler.lua b/lua/plugins/fyler.lua index ef3f73c..eff3366 100644 --- a/lua/plugins/fyler.lua +++ b/lua/plugins/fyler.lua @@ -7,6 +7,7 @@ return { opts = { default_explorer = true, icon_provider = 'nvim_web_devicons', + confirm_simple = true, mappings = { ['C-d'] = 'SelectVSplit', ['C-s'] = 'SelectSplit',