mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(neo-tree): added l:open and h:close_node to neo-tree. Closes #3293
This commit is contained in:
parent
ad092e96f9
commit
dbec83d57a
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ return {
|
|||
},
|
||||
window = {
|
||||
mappings = {
|
||||
["l"] = "open",
|
||||
["h"] = "close_node",
|
||||
["<space>"] = "none",
|
||||
["Y"] = {
|
||||
function(state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue