aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
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 */