1
0
Fork 0

fix tagging keybind

This commit is contained in:
Luca Bilke 2024-06-12 10:27:14 +02:00
parent 85a0d625c7
commit 6ed5167948
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ refresher:
refreshInterval: 5
fetchInterval: 30
disableStartupPopups: true
keybinding:
universal:
openDiffTool: <disabled>
customCommands:
- key: b
command: "git branch --merged main | grep -v '^[ *]*main$' | xargs -r git branch -d; git branch --merged master | grep -v '^[ *]*master$' | xargs -r git branch -d"