aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-01-09 00:31:15 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-01-09 00:31:15 +0530
commit0a1776e18e9038ebd631f83aad2936af475cf49c (patch)
treee8a06adecdca75f0e93f6d8ff5c290718c538e6b /nnn.h
parentf6fd15e088f22a90a9d3f01dd8436a507fe5febc (diff)
downloadnnn-0a1776e18e9038ebd631f83aad2936af475cf49c.tar.gz
Add shortcut ^S to toggle du mode
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nnn.h b/nnn.h
index 5cea1ad..37cfbed 100644
--- a/nnn.h
+++ b/nnn.h
@@ -137,6 +137,7 @@ static struct key bindings[] = {
{ 's', SEL_FSIZE, "", "" },
/* Sort by total block count including dir contents */
{ 'S', SEL_BSIZE, "", "" },
+ { CONTROL('S'), SEL_BSIZE, "", "" },
/* Toggle sort by time */
{ 't', SEL_MTIME, "", "" },
/* Redraw window */