feat(neo-tree): added l:open and h:close_node to neo-tree. Closes #3293
This commit is contained in:
@ -72,6 +72,8 @@ return {
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
["l"] = "open",
|
||||
["h"] = "close_node",
|
||||
["<space>"] = "none",
|
||||
["Y"] = {
|
||||
function(state)
|
||||
|
Reference in New Issue
Block a user