Added 'i' binding for +interleave

This commit is contained in:
Bruce Hill 2019-09-22 17:56:42 -07:00
parent 13ee51673a
commit 2048807a80

View File

@ -302,6 +302,7 @@ binding_t bindings[] = {
" && bb +col:\"$columns\"",
"Set "B("columns")},
{{'.'}, "+dotfiles", "Toggle "B("dotfile")" visibility"},
{{'i'}, "+interleave", "Toggle "B("interleaving")" files and directories"},
{{KEY_F5}, "+refresh", B("Refresh")},
{{-1}} // Array must be -1-terminated