diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1b53f6b..e23fe3c 100644 --- a/config.def.h +++ b/config.def.h @@ -66,7 +66,7 @@ static struct key bindings[] = { /* Initial directory */ { '&', SEL_CDBEGIN, "", "" }, /* Last visited dir */ - { '-', SEL_LAST, "", "" }, + { '-', SEL_CDLAST, "", "" }, /* Toggle hide .dot files */ { '.', SEL_TOGGLEDOT, "", "" }, /* Detailed listing */ |