diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-21 21:18:06 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-21 21:18:06 -0700 |
| commit | f55d4f9c63410347c982fd1e9a05b624408ee0fd (patch) | |
| tree | c647e052449e3fe0008974b890ba8efea067ce70 | |
| parent | b9346fb3fe1db2baec92bedca8a4a2f112ba41f8 (diff) | |
Removed redundant sorting option.
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 0 insertions, 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")}, |
