From 0dfd6219da489f8d6b42798eaf7d16b947edb16b Mon Sep 17 00:00:00 2001 From: minco Date: Wed, 17 Sep 2025 12:58:02 +0900 Subject: [PATCH] feat: simplify yazi key to ; --- lua/plugins/yazi.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/yazi.lua b/lua/plugins/yazi.lua index b1d2dc2..65530c2 100644 --- a/lua/plugins/yazi.lua +++ b/lua/plugins/yazi.lua @@ -21,7 +21,7 @@ return { desc = "Open the file manager in nvim's working directory", }, { - "", + ";", "Yazi toggle", desc = "Resume the last yazi session", },