# https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md # # https://dandavison.github.io/delta/ # https://github.com/dandavison/delta/releases customCommands: # files - key: "z" command: "cz commit" description: "commit with commitizen" context: "files" loadingText: "opening commitizen commit tool" subprocess: true # remotes - key: "" command: "git remote prune {{.SelectedRemote.Name}}" context: "remotes" loadingText: "Pruning..." description: "prune deleted remote branches" git: autoFetch: true autoRefresh: true log: showWholeGraph: true paging: colorArg: always pager: delta --features="lazygit my-style" gui: authorColors: "Michel D'HOOGE": '#5ae615' branchColors: 'main': '#1cdddd' scrollHeight: 10 scrollPastBottom: false showBottomLine: false showIcons: true sidePanelWidth: .25 timeFormat: '02 Jan 15:04' notARepository: 'skip' refresher: refreshInterval: 10 fetchInterval: 3600 # vi:nospell