feat: added toggle for hidden/ignore
This commit is contained in:
1 file changed
+12
@@ -48,6 +48,18 @@ return {
|
||||
return {
|
||||
[1] = "default-title",
|
||||
fzf_colors = true,
|
||||
files = {
|
||||
actions = {
|
||||
["alt-i"] = { actions.toggle_ignore },
|
||||
["alt-h"] = { actions.toggle_hidden },
|
||||
},
|
||||
},
|
||||
grep = {
|
||||
actions = {
|
||||
["alt-i"] = { actions.toggle_ignore },
|
||||
["alt-h"] = { actions.toggle_hidden },
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
keys = {
|
||||
|
||||
Reference in new issue
Block a user