From 437895a7320556ffb29c4ac7087ebb83c0dec6ec Mon Sep 17 00:00:00 2001 From: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:32:14 -0400 Subject: [PATCH] fix(lazygit): clean up configuration Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com> --- .config/lazygit/config.yml | 226 +------------------------------------ 1 file changed, 5 insertions(+), 221 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 024d025..a15e5f7 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,10 +1,4 @@ gui: - authorColors: {} - branchColors: {} - branchColorPatterns: {} - customIcons: - filenames: {} - extensions: {} scrollHeight: 2 scrollPastBottom: true scrollOffMargin: 2 @@ -24,44 +18,14 @@ gui: enlargedSideViewLocation: left wrapLinesInStagingView: true useHunkModeInStagingView: true - language: auto - timeFormat: 02 Jan 06 - shortTimeFormat: 3:04PM - theme: - activeBorderColor: - - '#b8bb26' - - bold - inactiveBorderColor: - - '#665c54' - searchingActiveBorderColor: - - '#8ec07c' - - bold - optionsTextColor: - - '#fabd2f' - selectedLineBgColor: - - '#3c3836' - inactiveViewSelectedLineBgColor: - - '#7c6f64' - cherryPickedCommitFgColor: - - '#b8bb26' - cherryPickedCommitBgColor: - - '#282828' - markedBaseCommitFgColor: - - '#fabd2f' - markedBaseCommitBgColor: - - '#282828' - unstagedChangesColor: - - '#fb4934' - defaultFgColor: - - '#ebdbb2' commitLength: show: true showListFooter: true showFileTree: true - showRootItemInFileTree: true + showRootItemInFileTree: false showNumstatInFilesView: false - showRandomTip: true - showCommandLog: true + showRandomTip: false + showCommandLog: false showBottomLine: true showPanelJumps: true showIcons: true @@ -73,19 +37,12 @@ gui: showBranchCommitHash: false showDivergenceFromBaseBranch: none commandLogSize: 8 - splitDiff: never + splitDiff: always screenMode: normal border: rounded animateExplosion: true portraitMode: auto filterMode: substring - spinner: - frames: - - '|' - - / - - '-' - - \ - rate: 50 statusPanelView: dashboard switchToFilesAfterStashPop: true switchToFilesAfterStashApply: true @@ -127,7 +84,7 @@ git: log: order: topo-order showGraph: always - showWholeGraph: true + showWholeGraph: false localBranchSortOrder: date remoteBranchSortOrder: date truncateCopiedCommitHashesTo: 12 @@ -144,177 +101,4 @@ customCommands: [] services: {} notARepository: prompt promptToReturnFromSubprocess: false -keybinding: - universal: - quit: q - quit-alt1: - suspendApp: - return: - quitWithoutChangingDirectory: Q - togglePanel: - prevItem: - nextItem: - prevItem-alt: k - nextItem-alt: j - prevPage: ',' - nextPage: . - scrollLeft: H - scrollRight: L - gotoTop: < - gotoBottom: '>' - gotoTop-alt: - gotoBottom-alt: - toggleRangeSelect: v - rangeSelectDown: - rangeSelectUp: - prevBlock: - nextBlock: - prevBlock-alt: h - nextBlock-alt: l - nextBlock-alt2: - prevBlock-alt2: - jumpToBlock: - - "1" - - "2" - - "3" - - "4" - - "5" - focusMainView: "0" - nextMatch: "n" - prevMatch: "N" - startSearch: / - optionMenu: - optionMenu-alt1: '?' - select: - goInto: - confirm: - confirmMenu: - confirmSuggestion: - confirmInEditor: - confirmInEditor-alt: - remove: d - new: "n" - edit: e - openFile: o - scrollUpMain: - scrollDownMain: - scrollUpMain-alt1: K - scrollDownMain-alt1: J - scrollUpMain-alt2: - scrollDownMain-alt2: - executeShellCommand: ':' - createRebaseOptionsMenu: m - pushFiles: P - pullFiles: p - refresh: R - createPatchOptionsMenu: - nextTab: ']' - prevTab: '[' - nextScreenMode: + - prevScreenMode: _ - cyclePagers: '|' - undo: z - redo: Z - filteringMenu: - diffingMenu: W - diffingMenu-alt: - copyToClipboard: - openRecentRepos: - submitEditorText: - extrasMenu: '@' - toggleWhitespaceInDiffView: - increaseContextInDiffView: '}' - decreaseContextInDiffView: '{' - increaseRenameSimilarityThreshold: ) - decreaseRenameSimilarityThreshold: ( - openDiffTool: - status: - checkForUpdate: u - recentRepos: - allBranchesLogGraph: a - files: - commitChanges: c - commitChangesWithoutHook: w - amendLastCommit: A - commitChangesWithEditor: C - findBaseCommitForFixup: - confirmDiscard: x - ignoreFile: i - refreshFiles: r - stashAllChanges: s - viewStashOptions: S - toggleStagedAll: a - viewResetOptions: D - fetch: f - toggleTreeView: '`' - openMergeOptions: M - openStatusFilter: - copyFileInfoToClipboard: "y" - collapseAll: '-' - expandAll: = - branches: - createPullRequest: o - viewPullRequestOptions: O - copyPullRequestURL: - checkoutBranchByName: c - forceCheckoutBranch: F - checkoutPreviousBranch: '-' - rebaseBranch: r - renameBranch: R - mergeIntoCurrentBranch: M - moveCommitsToNewBranch: "N" - viewGitFlowOptions: i - fastForward: f - createTag: T - pushTag: P - setUpstream: u - fetchRemote: f - sortOrder: s - worktrees: - viewWorktreeOptions: w - commits: - squashDown: s - renameCommit: r - renameCommitWithEditor: R - viewResetOptions: g - markCommitAsFixup: f - createFixupCommit: F - squashAboveCommits: S - moveDownCommit: - moveUpCommit: - amendToCommit: A - resetCommitAuthor: a - pickCommit: p - revertCommit: t - cherryPickCopy: C - pasteCommits: V - markCommitAsBaseForRebase: B - tagCommit: T - checkoutCommit: - resetCherryPick: - copyCommitAttributeToClipboard: "y" - openLogMenu: - openInBrowser: o - viewBisectOptions: b - startInteractiveRebase: i - selectCommitsOfCurrentBranch: '*' - amendAttribute: - resetAuthor: a - setAuthor: A - addCoAuthor: c - stash: - popStash: g - renameStash: r - commitFiles: - checkoutCommitFile: c - main: - toggleSelectHunk: a - pickBothHunks: b - editSelectHunk: E - submodules: - init: i - update: u - bulkMenu: b - commitMessage: - commitMenu: