feat: simplify yazi key to ;

This commit is contained in:
2025-09-17 12:58:02 +09:00
parent cf1208e613
commit 0dfd6219da

View File

@@ -21,7 +21,7 @@ return {
desc = "Open the file manager in nvim's working directory", desc = "Open the file manager in nvim's working directory",
}, },
{ {
"<c-a-up>", ";",
"<cmd>Yazi toggle<cr>", "<cmd>Yazi toggle<cr>",
desc = "Resume the last yazi session", desc = "Resume the last yazi session",
}, },