diff options
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ static struct key bindings[] = { /* HOME */ { '~', SEL_CDHOME }, /* Initial directory */ - { '&', SEL_CDBEGIN }, + { '@', SEL_CDBEGIN }, /* Last visited dir */ { '-', SEL_CDLAST }, /* Visit marked directory */ |