From 603f7544759e6932ed9fe1209c978ecd0229f9df Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 12 Feb 2025 12:45:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-12 12:45:06 --- .config/yazi/keymap.toml | 4 ++++ .config/yazi/package.toml | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index ed8937ab..84b69447 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -56,6 +56,10 @@ prepend_keymap = [ { on = [ "C", ], run = "plugin ouch zip", desc = "Compress with ouch" }, + { on = [ + "g", + "i", + ], run = "plugin lazygit", desc = "run lazygit" }, ] diff --git a/.config/yazi/package.toml b/.config/yazi/package.toml index d12d15de..194c5c40 100644 --- a/.config/yazi/package.toml +++ b/.config/yazi/package.toml @@ -33,6 +33,16 @@ use = "ndtoan96/ouch" rev = "ce6fb75" hash = "ed6c185514109d7c5463f609282b220c" +[[plugin.deps]] +use = "Lil-Dank/lazygit" +rev = "9f924e3" +hash = "2b0c33928986f126d5c5a4cac31a6b46" + +[[plugin.deps]] +use = "AnirudhG07/plugins-yazi:copy-file-contents" +rev = "524c52c" +hash = "27c50e6bc15c09096505b805b238ade0" + [[flavor.deps]] use = "ashen-org/ashen:ashen" rev = "ded1f4e"