Helix Git nicety 1: enabling lazygit in the way I was used to with nvim, space-g-g.
Put the following in your config.yml:
[keys.normal.space.g]
f = "changed_file_picker"
g = [
":write-all",
":new",
":insert-output lazygit",
":buffer-close!",
":redraw",
":reload-all"
]
10 days ago