1
0
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:
nova
2025-10-13 21:44:19 +02:00
parent fa544204ba
commit 23654741bc
2 changed files with 45 additions and 12 deletions

View File

@@ -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" },