Plugin for Yazi to manage git repos with lazygit
Make sure lazygit is installed and in your PATH
.
ya pack -a Lil-Dank/lazygit
Linux/macOS
git clone https://github.com/Lil-Dank/lazygit.yazi.git ~/.config/yazi/plugins/lazygit.yazi
Windows
git clone https://github.com/Lil-Dank/lazygit.yazi.git %AppData%\yazi\config\plugins\lazygit.yazi
add this to your keymap.toml file
[[manager.prepend_keymap]]
on = [ "g", "i" ]
run = "plugin lazygit"
desc = "run lazygit"
you can customize the keybinding however you like. Please refer to the keymap.toml documentation