nvim neotree unbind /
This commit is contained in:
@@ -691,6 +691,11 @@ local function makespec_neotree()
|
|||||||
filesystem = {
|
filesystem = {
|
||||||
filtered_items = { hide_gitignored = false },
|
filtered_items = { hide_gitignored = false },
|
||||||
follow_current_file = { enabled = false },
|
follow_current_file = { enabled = false },
|
||||||
|
window = {
|
||||||
|
mappings = {
|
||||||
|
["/"] = false, -- disable fancy and annoying filter, just search instead
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
commands = {
|
commands = {
|
||||||
system_open = function(state)
|
system_open = function(state)
|
||||||
|
|||||||
Reference in New Issue
Block a user