From 84b1c17dd84e717067e1f770a125873b5960b55c Mon Sep 17 00:00:00 2001 From: nova Date: Mon, 2 Feb 2026 23:24:41 +0100 Subject: [PATCH] unzip jis --- config.h | 1 + 1 file changed, 1 insertion(+) 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" },