diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-01-09 00:31:15 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-01-09 00:31:15 +0530 |
commit | 0a1776e18e9038ebd631f83aad2936af475cf49c (patch) | |
tree | e8a06adecdca75f0e93f6d8ff5c290718c538e6b /nnn.h | |
parent | f6fd15e088f22a90a9d3f01dd8436a507fe5febc (diff) | |
download | nnn-0a1776e18e9038ebd631f83aad2936af475cf49c.tar.gz |
Add shortcut ^S to toggle du mode
Diffstat (limited to 'nnn.h')
-rw-r--r-- | nnn.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |