Files
dotfiles/home/.config/lazygit/config.yml

39 lines
885 B
YAML

customCommands:
- command: "git push --force-with-lease"
context: "commits,localBranches"
description: "Force push with lease."
key: "x"
promptToReturnFromSubprocess: false # removes "press enter to return to lazygit" popup
notARepository: 'skip'
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"