From e8f1244f0f7f4ca7de9f8395acaf300e05a15678 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Fri, 11 Jul 2025 23:25:12 -0700 Subject: [PATCH] feat: update yazi keybinds --- lua/plugins/yazi.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lua/plugins/yazi.lua b/lua/plugins/yazi.lua index f89be92..ea608c0 100644 --- a/lua/plugins/yazi.lua +++ b/lua/plugins/yazi.lua @@ -9,6 +9,12 @@ return { { "ee", mode = { "n", "v" }, + "Yazi", + desc = "Open yazi at the current working directory", + }, + { + "ew", + mode = { "n", "v" }, "Yazi cwd", desc = "Open yazi at the current working directory", },