⚙️ config(nvim): neotree changed keybinds for opening and closing a node
This commit is contained in:
parent
46e5dde777
commit
eb866efebf
2 changed files with 4 additions and 3 deletions
|
@ -54,6 +54,7 @@
|
||||||
"plugins.extras.lang.sql",
|
"plugins.extras.lang.sql",
|
||||||
"plugins.extras.lang.web.html-css",
|
"plugins.extras.lang.web.html-css",
|
||||||
"plugins.extras.lang.web.typescript-extended",
|
"plugins.extras.lang.web.typescript-extended",
|
||||||
|
"plugins.extras.lang.web.vue",
|
||||||
"plugins.extras.linting.biome",
|
"plugins.extras.linting.biome",
|
||||||
"plugins.extras.linting.cspell",
|
"plugins.extras.linting.cspell",
|
||||||
"plugins.extras.linting.eslint-extended",
|
"plugins.extras.linting.eslint-extended",
|
||||||
|
@ -90,4 +91,3 @@
|
||||||
},
|
},
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,8 @@ return {
|
||||||
},
|
},
|
||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
["e"] = "open",
|
["l"] = "open",
|
||||||
|
["h"] = "close_node",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue