disabled folders collapse binding in neotree
This commit is contained in:
@ -12,7 +12,9 @@ return {
|
|||||||
window = {
|
window = {
|
||||||
mappings = {
|
mappings = {
|
||||||
-- disable fuzzy finder
|
-- disable fuzzy finder
|
||||||
["/"] = "noop"
|
["/"] = "noop",
|
||||||
|
-- disable folder collapse
|
||||||
|
["z"] = "noop",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user