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',