From 6ea0afdc899cd47caa910745ad8df35e4d0877c9 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 12 Jun 2024 10:27:14 +0200 Subject: [PATCH] fix tagging keybind --- .config/lazygit/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 87e16b790..8b6fee24f 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -13,6 +13,9 @@ refresher: refreshInterval: 5 fetchInterval: 30 disableStartupPopups: true +keybinding: + universal: + openDiffTool: 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"