Files
dotfiles/.lazygit
2025-07-29 08:24:08 -07:00

37 lines
764 B
Plaintext

customCommands:
- key: "<c-P>"
context: "global"
command: "git push --force-with-lease"
description: "Force push with lease."
git:
autoForwardBranches: "none"
os:
editPreset: "nvim"
gui:
useHunkModeInStagingView: true
timeFormat: "2006-01-02"
nerdFontsVersion: "3"
mouseEvents: false
theme:
activeBorderColor:
- "#40a02b"
- bold
inactiveBorderColor:
- "#6c6f85"
optionsTextColor:
- "#1e66f5"
selectedLineBgColor:
- "#ccd0da"
cherryPickedCommitBgColor:
- "#bcc0cc"
cherryPickedCommitFgColor:
- "#40a02b"
unstagedChangesColor:
- "#d20f39"
defaultFgColor:
- "#4c4f69"
searchingActiveBorderColor:
- "#df8e1d"
authorColors:
"*": "#7287fd"