feat(neo-tree): added l:open and h:close_node to neo-tree. Closes #3293

This commit is contained in:
Folke Lemaitre
2024-06-06 18:05:09 +02:00
parent ad092e96f9
commit dbec83d57a

View File

@ -72,6 +72,8 @@ return {
}, },
window = { window = {
mappings = { mappings = {
["l"] = "open",
["h"] = "close_node",
["<space>"] = "none", ["<space>"] = "none",
["Y"] = { ["Y"] = {
function(state) function(state)