mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
fixed sort_extension, changes too small to list to other sort methods
This commit is contained in:
2
config.h
2
config.h
@@ -91,7 +91,7 @@ static const binding key_binding[] = {
|
||||
{ "uz", cmd_on_selected, "unzip ", "unzip zip" },
|
||||
|
||||
{ "on", order_by, sort_natural, "order natural" },
|
||||
{ "oe", not_implemented, NULL, "order extension" },
|
||||
{ "oe", order_by, sort_extension, "order extension" },
|
||||
{ "os", order_by, sort_size, "order size" },
|
||||
{ "ot", order_by, sort_type, "order type" },
|
||||
{ "or", order_by, sort_random, "order random" },
|
||||
|
Reference in New Issue
Block a user