Remove F5 for toggle hidden (misfit)

This commit is contained in:
Arun Prakash Jana 2020-05-29 09:25:33 +05:30
parent 2599564e64
commit 87bb2d7742
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -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 */