diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 87e16b79..8b6fee24 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: <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"