diff --git a/lua/custom/plugins/file-explorer.lua b/lua/custom/plugins/file-explorer.lua index 11bc643b..c84ad671 100644 --- a/lua/custom/plugins/file-explorer.lua +++ b/lua/custom/plugins/file-explorer.lua @@ -14,6 +14,7 @@ return { width = 30, mappings = { ["o"] = "open", + [''] = "open", ["F"] = "clear_filter", ['e'] = function() vim.api.nvim_command('Neotree focus filesystem left') end, ['b'] = function() vim.api.nvim_command('Neotree focus buffers left') end,