mirror of https://github.com/LazyVim/starter
Better neotree mappings
parent
52cd94c0d4
commit
ced6b13383
|
@ -4,8 +4,9 @@ return {
|
||||||
window = {
|
window = {
|
||||||
position = "right",
|
position = "right",
|
||||||
mappings = {
|
mappings = {
|
||||||
l = "toggle_node",
|
l = "open",
|
||||||
L = "close_all_nodes",
|
h = "close_node",
|
||||||
|
H = "close_all_nodes",
|
||||||
["<esc>"] = false,
|
["<esc>"] = false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue