⚙️ config(nvim): neotree changed keybinds for opening and closing a node

This commit is contained in:
Sergio Laín 2024-01-13 13:26:14 +01:00
parent 46e5dde777
commit eb866efebf
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 4 additions and 3 deletions

View file

@ -54,6 +54,7 @@
"plugins.extras.lang.sql",
"plugins.extras.lang.web.html-css",
"plugins.extras.lang.web.typescript-extended",
"plugins.extras.lang.web.vue",
"plugins.extras.linting.biome",
"plugins.extras.linting.cspell",
"plugins.extras.linting.eslint-extended",
@ -90,4 +91,3 @@
},
"version": 2
}

View file

@ -7,7 +7,8 @@ return {
},
window = {
mappings = {
["e"] = "open",
["l"] = "open",
["h"] = "close_node",
},
},
},