use L to open file

This commit is contained in:
PeteChu 2023-04-26 15:29:30 +07:00
parent 4bf30acd22
commit ab4cdaffe2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ return {
width = 30,
mappings = {
["o"] = "open",
['<S-l>'] = "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,