From 7fad0b791b01caa8a61f050557494660a17d1261 Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Wed, 11 Mar 2026 08:22:40 -0400 Subject: [PATCH] feat(lazygit): update configuration Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .config/lazygit/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 3d4a720..024d025 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -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