aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 2eead91..8c98b1e 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -185,9 +185,9 @@ static struct key bindings[] = {
/* Toggle sort by size */
{ 's', SEL_FSIZE },
/* Sort by apparent size including dir contents */
- { 'S', SEL_ASIZE },
+ { 'A', SEL_ASIZE },
/* Sort by total block count including dir contents */
- { CONTROL('J'), SEL_BSIZE },
+ { 'S', SEL_BSIZE },
/* Sort by file extension */
{ 'E', SEL_EXTN },
/* Toggle sort by time */