diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-12 16:43:17 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-03-12 16:44:58 +0530 |
commit | 54c89ca2a17ad93a5af36f3b98379859b5a105f7 (patch) | |
tree | 6056adb85f1ecceec439ea6be614668f69dbcbc7 /src/nnn.h | |
parent | 69aeeb51d249736c37ea6aa095be4ffb020731d8 (diff) | |
download | nnn-54c89ca2a17ad93a5af36f3b98379859b5a105f7.tar.gz |
Go to start dir key is '@' now
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 */ |