From efa9a6727def06a7019ff3b9706d1ba2f21b4591 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 17 Nov 2019 04:11:27 +0530 Subject: Change the key to size sort to z --- src/nnn.c | 2 +- src/nnn.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index cb4112d..b84f4e2 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3312,7 +3312,7 @@ static void show_help(const char *path) "ce Edit in EDITOR p Open in PAGER\n" "1ORDER TOGGLES\n" "cA Apparent du S du\n" - "cs Size E Extn t Time\n" + "cz Size E Extn t Time\n" "1MISC\n" "9! ^] Shell C Execute entry\n" "9R ^V Pick plugin :K xK Execute plugin K\n" diff --git a/src/nnn.h b/src/nnn.h index d16395d..a576150 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -191,7 +191,7 @@ static struct key bindings[] = { /* Extract archive */ { CONTROL('F'), SEL_EXTRACT }, /* Toggle sort by size */ - { 's', SEL_FSIZE }, + { 'z', SEL_FSIZE }, /* Sort by apparent size including dir contents */ { 'A', SEL_ASIZE }, /* Sort by total block count including dir contents */ -- cgit v1.2.3-70-g09d2