aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nnn.c2
-rw-r--r--src/nnn.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index f9b32ee..08899ee 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -4130,7 +4130,7 @@ static void show_help(const char *path)
"9Dn j Down%-14cPgDn ^D Scroll down\n"
"9Lt h Parent%-12c~ ` @ - HOME, /, start, last\n"
"5Ret Rt l Open%-20c' First file/match\n"
- "9g ^A Top%-18c. F5 Toggle hidden\n"
+ "9g ^A Top%-21c. Toggle hidden\n"
"9G ^E End%-21c+ Toggle auto-advance\n"
"9b ^/ Bookmark key%-12c, Pin CWD\n"
"a1-4 Context 1-4%-7c(Sh)Tab Cycle context\n"
diff --git a/src/nnn.h b/src/nnn.h
index eafaff0..e932624 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -173,7 +173,6 @@ static struct key bindings[] = {
{ CONTROL('N'), SEL_MFLTR },
/* Toggle hide .dot files */
{ '.', SEL_HIDDEN },
- { KEY_F(5), SEL_HIDDEN },
/* Detailed listing */
{ 'd', SEL_DETAIL },
/* File details */