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 = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
|
["l"] = "open",
|
||||||
|
["h"] = "close_node",
|
||||||
["<space>"] = "none",
|
["<space>"] = "none",
|
||||||
["Y"] = {
|
["Y"] = {
|
||||||
function(state)
|
function(state)
|
||||||
|
Reference in New Issue
Block a user