points/.config/lazygit/config.yml
2023-03-24 18:30:01 +01:00

51 lines
1.0 KiB
YAML

# 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: "<c-p>"
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