From 0a1776e18e9038ebd631f83aad2936af475cf49c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 9 Jan 2018 00:31:15 +0530 Subject: Add shortcut ^S to toggle du mode --- nnn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nnn.h') 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 */ -- cgit v1.2.3-70-g09d2