feat: added toggle for hidden/ignore

This commit is contained in:
Folke Lemaitre 2024-06-10 17:10:07 +02:00
parent f9697cbf17
commit 26254487fb
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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 = {