From 9e41cfde751c393dc26c238f5eb9ed1272446313 Mon Sep 17 00:00:00 2001 From: lampdog Date: Thu, 19 Sep 2024 23:14:49 -0300 Subject: [PATCH] create_title from sequence to string --- 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 ]