add lazygit shortcut for pruning tree hugger worktrees

This commit is contained in:
Joakim Repomaa
2026-05-29 19:17:48 +03:00
parent 187bb7437b
commit e58500f6d1

View File

@@ -459,6 +459,11 @@ in
gh pr checkout {{.Form.pr | quote}}
'';
}
{
key = "D";
context = "localBranches";
command = "th prune {{.SelectedLocalBranch.Name}}";
}
];
};
};