From f55d4f9c63410347c982fd1e9a05b624408ee0fd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 21 Sep 2019 21:18:06 -0700 Subject: [PATCH] Removed redundant sorting option. --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index f85f568..6ee1c3f 100644 --- a/config.def.h +++ b/config.def.h @@ -290,10 +290,6 @@ binding_t bindings[] = { ASK1("sort", B("Sort (n)ame (s)ize (m)odification (c)reation (a)ccess (r)andom (p)ermissions: ")) " && bb +sort:\"~$sort\" +refresh", B("Sort")" by..."}, - {{'S'}, - "sort=$(printf '%s\\n' name size modification creation access random permissions | " PICK("Sort by: ")" | dd bs=1 count=1)" - " && bb +sort:\"~$sort\" +refresh", - B("Sort")" by..."}, {{'#'}, ASK("columns", "Set columns (*)selected (a)ccessed (c)reated (m)odified (n)ame (p)ermissions (r)andom (s)ize: ", "") " && bb +col:\"$columns\"", "Set "B("columns")},