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