From 7bda4086fd2e3beaef417fcc1beb47fd4e4a28ea Mon Sep 17 00:00:00 2001 From: kash Date: Fri, 11 Oct 2024 00:45:16 +0900 Subject: [PATCH] fix create_title (yazi-config/preset/yazi.toml) --- yazi-config/preset/yazi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-config/preset/yazi.toml b/yazi-config/preset/yazi.toml index 05a60fa2..bb91c0ce 100644 --- a/yazi-config/preset/yazi.toml +++ b/yazi-config/preset/yazi.toml @@ -139,7 +139,7 @@ cd_origin = "top-center" cd_offset = [ 0, 2, 50, 3 ] # create -create_title = [ "Create:", "Create (dir):" ] +create_title = "Create:" create_origin = "top-center" create_offset = [ 0, 2, 50, 3 ]