aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-12 16:43:17 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-03-12 16:44:58 +0530
commit54c89ca2a17ad93a5af36f3b98379859b5a105f7 (patch)
tree6056adb85f1ecceec439ea6be614668f69dbcbc7 /src/nnn.h
parent69aeeb51d249736c37ea6aa095be4ffb020731d8 (diff)
downloadnnn-54c89ca2a17ad93a5af36f3b98379859b5a105f7.tar.gz
Go to start dir key is '@' now
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index dadbde6..3c4b909 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -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 */