diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index cb52960..9ef50c3 100644 --- a/config.def.h +++ b/config.def.h @@ -66,6 +66,8 @@ struct key bindings[] = { { '.', SEL_TOGGLEDOT, "\0", "\0" }, /* Detailed listing */ { 'd', SEL_DETAIL, "\0", "\0" }, + /* File details */ + { 'D', SEL_STATS, "\0", "\0" }, /* Toggle sort by size */ { 's', SEL_FSIZE, "\0", "\0" }, /* Toggle sort by time */ |