AutoYADM commit: 2025-02-12 12:45:06

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:45:06 -05:00
parent f9a2932ab1
commit 603f754475
2 changed files with 14 additions and 0 deletions

View file

@ -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" },
]