points/.config/lazygit/config.yml

65 lines
1.3 KiB
YAML
Raw Normal View History

2023-03-23 09:49:43 +01:00
# 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
2023-04-06 12:11:48 +02:00
- key: "<c-z>"
command: "cz commit --retry"
description: "retry commitizen"
context: "files"
loadingText: "retrying commitizen commit"
subprocess: true
2023-03-23 09:49:43 +01:00
# 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
2023-04-06 12:11:48 +02:00
theme:
selectedLineBgColor: [reverse]
selectedRangeBgColor: [reverse]
2023-03-23 09:49:43 +01:00
timeFormat: '02 Jan 15:04'
2023-04-06 12:11:48 +02:00
keybinding:
universal:
refresh: "<f5>"
2023-03-23 09:49:43 +01:00
notARepository: 'skip'
refresher:
2023-04-06 12:11:48 +02:00
refreshInterval: 30
2023-03-23 09:49:43 +01:00
fetchInterval: 3600
# vi:nospell