mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat(lazygit): update configuration
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ gui:
|
||||
showCommandLog: true
|
||||
showBottomLine: true
|
||||
showPanelJumps: true
|
||||
showIcons: false
|
||||
showIcons: true
|
||||
nerdFontsVersion: ""
|
||||
showFileIcons: true
|
||||
commitAuthorShortLength: 2
|
||||
@@ -73,7 +73,7 @@ gui:
|
||||
showBranchCommitHash: false
|
||||
showDivergenceFromBaseBranch: none
|
||||
commandLogSize: 8
|
||||
splitDiff: always
|
||||
splitDiff: never
|
||||
screenMode: normal
|
||||
border: rounded
|
||||
animateExplosion: true
|
||||
@@ -91,7 +91,7 @@ gui:
|
||||
switchToFilesAfterStashApply: true
|
||||
switchTabsWithPanelJumpKeys: false
|
||||
git:
|
||||
diffCommand: "delta --dark --syntax-theme=gruvbox --paging=always"
|
||||
diffCommand: "delta --dark --paging=always"
|
||||
fzfIntegration: true
|
||||
pagers: []
|
||||
commit:
|
||||
@@ -143,7 +143,7 @@ disableStartupPopups: false
|
||||
customCommands: []
|
||||
services: {}
|
||||
notARepository: prompt
|
||||
promptToReturnFromSubprocess: true
|
||||
promptToReturnFromSubprocess: false
|
||||
keybinding:
|
||||
universal:
|
||||
quit: q
|
||||
|
||||
Reference in New Issue
Block a user