mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Remove F5 for toggle hidden (misfit)
This commit is contained in:
parent
2599564e64
commit
87bb2d7742
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue