diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-22 17:56:42 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-22 17:56:42 -0700 |
| commit | 2048807a80aea59df6a82610dad2314a59d1d06a (patch) | |
| tree | 9acd37f1447fdb62216a6516978ba46ec315335a | |
| parent | 13ee51673af825e4729745e74c852ad2552c6b28 (diff) | |
Added 'i' binding for +interleave
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 217b780..5ed2996 100644 --- a/config.def.h +++ b/config.def.h @@ -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 |
