Browse Source

Key f for first file

master
Arun Prakash Jana 5 years ago
parent
commit
3416287553
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/nnn.c
  2. +1
    -1
      src/nnn.h

+ 1
- 1
src/nnn.c View File

@@ -3588,7 +3588,7 @@ static void show_help(const char *path)
"9Up k Up%-16cPgUp ^U Scroll up\n"
"9Dn j Down%-14cPgDn ^D Scroll down\n"
"9Lt h Parent%-12c~ ` @ - HOME, /, start, last\n"
"5Ret Rt l Open%-20c' First file\n"
"5Ret Rt l Open%-20cf First file\n"
"9g ^A Top%-21c. Toggle hidden\n"
"9G ^E End%-21cL Lock terminal\n"
"9b ^/ Bookmark key%-12c, Pin CWD\n"


+ 1
- 1
src/nnn.h View File

@@ -146,7 +146,7 @@ static struct key bindings[] = {
{ 'G', SEL_END },
{ CONTROL('E'), SEL_END },
/* Go to first file */
{ '\'', SEL_FIRST },
{ 'f', SEL_FIRST },
/* HOME */
{ '~', SEL_CDHOME },
/* Initial directory */


Loading…
Cancel
Save