✨ feat(nvim): add neo-tree custom keymap for opening files
This commit is contained in:
parent
1ce877cb22
commit
07af7efcf5
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ return {
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
["l"] = "open",
|
["l"] = "open",
|
||||||
|
["e"] = "open",
|
||||||
["h"] = "close_node",
|
["h"] = "close_node",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue