fix(neo-tree): disable the <space> mapping (you can use <cr> instead), to make sure <leader> mappings still work. Fixes #146
This commit is contained in:
1 file changed
+5
@@ -41,6 +41,11 @@ return {
|
||||
bind_to_cwd = false,
|
||||
follow_current_file = true,
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
["<space>"] = "none",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in new issue
Block a user