1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

update lazygit/config.yml

This commit is contained in:
Henrik Hautakoski 2025-11-23 22:20:15 +01:00
parent fe51ab6fde
commit fdb300ad9b

View file

@ -3,6 +3,13 @@ gui:
nerdFontsVersion: 3 nerdFontsVersion: 3
timeFormat: Jan 2 15:04:05 2006 MST timeFormat: Jan 2 15:04:05 2006 MST
shortTimeFormat: 15:04:05 shortTimeFormat: 15:04:05
showPanelJumps: false
showListFooter: false
statusPanelView: allBranchesLog
filterMode: fuzzy
branchColorPatterns:
main: green
'\d+-': yellow
theme: theme:
activeBorderColor: activeBorderColor:
- blue - blue
@ -25,4 +32,8 @@ gui:
defaultFgColor: defaultFgColor:
- default - default
git: git:
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --pretty=medium {{branchName}} --' pagers:
- pager: delta --paging=never
branchLogCmd: 'git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline {{branchName}} --'
allBranchesLogCmds:
- git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium --oneline