From ab4cdaffe2416075a3722daac96d7a260c0a9d5c Mon Sep 17 00:00:00 2001 From: PeteChu Date: Wed, 26 Apr 2023 15:29:30 +0700 Subject: [PATCH] use L to open file --- lua/custom/plugins/file-explorer.lua | 1 + 1 file changed, 1 insertion(+) 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,