Browse Source

Change the key to size sort to z

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

+ 1
- 1
README.md View File

@@ -218,7 +218,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
e Edit in EDITOR p Open in PAGER e Edit in EDITOR p Open in PAGER
ORDER TOGGLES ORDER TOGGLES
A Apparent du S du A Apparent du S du
s Size E Extn t Time
z Size E Extn t Time
MISC MISC
! ^] Shell C Execute entry ! ^] Shell C Execute entry
R ^V Pick plugin :K xK Execute plugin K R ^V Pick plugin :K xK Execute plugin K


+ 1
- 1
src/nnn.c View File

@@ -3312,7 +3312,7 @@ static void show_help(const char *path)
"ce Edit in EDITOR p Open in PAGER\n" "ce Edit in EDITOR p Open in PAGER\n"
"1ORDER TOGGLES\n" "1ORDER TOGGLES\n"
"cA Apparent du S du\n" "cA Apparent du S du\n"
"cs Size E Extn t Time\n"
"cz Size E Extn t Time\n"
"1MISC\n" "1MISC\n"
"9! ^] Shell C Execute entry\n" "9! ^] Shell C Execute entry\n"
"9R ^V Pick plugin :K xK Execute plugin K\n" "9R ^V Pick plugin :K xK Execute plugin K\n"


+ 1
- 1
src/nnn.h View File

@@ -191,7 +191,7 @@ static struct key bindings[] = {
/* Extract archive */ /* Extract archive */
{ CONTROL('F'), SEL_EXTRACT }, { CONTROL('F'), SEL_EXTRACT },
/* Toggle sort by size */ /* Toggle sort by size */
{ 's', SEL_FSIZE },
{ 'z', SEL_FSIZE },
/* Sort by apparent size including dir contents */ /* Sort by apparent size including dir contents */
{ 'A', SEL_ASIZE }, { 'A', SEL_ASIZE },
/* Sort by total block count including dir contents */ /* Sort by total block count including dir contents */


Loading…
Cancel
Save