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
|
showCommandLog: true
|
||||||
showBottomLine: true
|
showBottomLine: true
|
||||||
showPanelJumps: true
|
showPanelJumps: true
|
||||||
showIcons: false
|
showIcons: true
|
||||||
nerdFontsVersion: ""
|
nerdFontsVersion: ""
|
||||||
showFileIcons: true
|
showFileIcons: true
|
||||||
commitAuthorShortLength: 2
|
commitAuthorShortLength: 2
|
||||||
@@ -73,7 +73,7 @@ gui:
|
|||||||
showBranchCommitHash: false
|
showBranchCommitHash: false
|
||||||
showDivergenceFromBaseBranch: none
|
showDivergenceFromBaseBranch: none
|
||||||
commandLogSize: 8
|
commandLogSize: 8
|
||||||
splitDiff: always
|
splitDiff: never
|
||||||
screenMode: normal
|
screenMode: normal
|
||||||
border: rounded
|
border: rounded
|
||||||
animateExplosion: true
|
animateExplosion: true
|
||||||
@@ -91,7 +91,7 @@ gui:
|
|||||||
switchToFilesAfterStashApply: true
|
switchToFilesAfterStashApply: true
|
||||||
switchTabsWithPanelJumpKeys: false
|
switchTabsWithPanelJumpKeys: false
|
||||||
git:
|
git:
|
||||||
diffCommand: "delta --dark --syntax-theme=gruvbox --paging=always"
|
diffCommand: "delta --dark --paging=always"
|
||||||
fzfIntegration: true
|
fzfIntegration: true
|
||||||
pagers: []
|
pagers: []
|
||||||
commit:
|
commit:
|
||||||
@@ -143,7 +143,7 @@ disableStartupPopups: false
|
|||||||
customCommands: []
|
customCommands: []
|
||||||
services: {}
|
services: {}
|
||||||
notARepository: prompt
|
notARepository: prompt
|
||||||
promptToReturnFromSubprocess: true
|
promptToReturnFromSubprocess: false
|
||||||
keybinding:
|
keybinding:
|
||||||
universal:
|
universal:
|
||||||
quit: q
|
quit: q
|
||||||
|
|||||||
Reference in New Issue
Block a user