diff --git a/config.h b/config.h index f882d55..1608871 100644 --- a/config.h +++ b/config.h @@ -93,6 +93,7 @@ static const binding key_binding[] = { { "ut", cmd_on_selected, "tar -xvf", "unzip tar" }, { "ut", cmd_on_selected, "gzip -d", "unzip gzip" }, { "uz", cmd_on_selected, "unzip ", "unzip zip" }, + { "uj", cmd_on_selected, "unzip -O shift-jis", "unzip zip shift-jis" }, { "on", order_by, sort_natural, "order natural" }, { "oe", order_by, sort_extension, "order extension" },