diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml new file mode 100644 index 0000000..2d27f5e --- /dev/null +++ b/.config/lazygit/config.yml @@ -0,0 +1,246 @@ +gui: + authorColors: {} + branchColors: {} + scrollHeight: 2 + scrollPastBottom: true + mouseEvents: true + skipDiscardChangeWarning: false + skipStashWarning: false + sidePanelWidth: 0.3333 + expandFocusedSidePanel: false + mainPanelSplitMode: flexible + language: auto + timeFormat: 02 Jan 06 + shortTimeFormat: 3:04PM + theme: + activeBorderColor: + - green + - bold + inactiveBorderColor: + - default + searchingActiveBorderColor: + - cyan + - bold + optionsTextColor: + - blue + selectedLineBgColor: + - blue + selectedRangeBgColor: + - blue + cherryPickedCommitBgColor: + - cyan + cherryPickedCommitFgColor: + - blue + markedBaseCommitBgColor: + - yellow + markedBaseCommitFgColor: + - blue + unstagedChangesColor: + - red + defaultFgColor: + - default + commitLength: + show: true + skipNoStagedFilesWarning: false + showListFooter: true + showFileTree: true + showRandomTip: true + showCommandLog: true + showBottomLine: true + showIcons: false + nerdFontsVersion: "" + showBranchCommitHash: false + commandLogSize: 8 + splitDiff: auto + skipRewordInEditorWarning: false + windowSize: "" + border: rounded + animateExplosion: true +git: + paging: + colorArg: always + pager: delta --dark --paging=never + useConfig: false + commit: + signOff: false + merging: + manualCommit: false + args: "" + mainBranches: + - master + - main + skipHookPrefix: WIP + autoFetch: true + autoRefresh: true + fetchAll: true + branchLogCmd: git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} -- + allBranchesLogCmd: git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium + overrideGpg: true + disableForcePushing: false + commitPrefixes: {} + parseEmoji: false + log: + order: topo-order + showGraph: when-maximised + showWholeGraph: false + diffContextSize: 3 +update: + method: prompt + days: 14 +refresher: + refreshInterval: 10 + fetchInterval: 60 +confirmOnQuit: false +quitOnTopLevelReturn: false +keybinding: + universal: + quit: q + quit-alt1: + return: + quitWithoutChangingDirectory: Q + togglePanel: + prevItem: + nextItem: + prevItem-alt: k + nextItem-alt: j + prevPage: ',' + nextPage: . + scrollLeft: H + scrollRight: L + gotoTop: < + gotoBottom: '>' + prevBlock: + nextBlock: + prevBlock-alt: h + nextBlock-alt: l + nextBlock-alt2: + prevBlock-alt2: + jumpToBlock: + - "1" + - "2" + - "3" + - "4" + - "5" + nextMatch: "n" + prevMatch: "N" + startSearch: / + optionMenu: "" + optionMenu-alt1: '?' + select: + goInto: + confirm: + confirmInEditor: + remove: d + new: "n" + edit: e + openFile: o + scrollUpMain: + scrollDownMain: + scrollUpMain-alt1: K + scrollDownMain-alt1: J + scrollUpMain-alt2: + scrollDownMain-alt2: + executeCustomCommand: ':' + createRebaseOptionsMenu: m + pushFiles: P + pullFiles: p + refresh: R + createPatchOptionsMenu: + nextTab: ']' + prevTab: '[' + nextScreenMode: + + prevScreenMode: _ + undo: z + redo: + filteringMenu: + diffingMenu: W + diffingMenu-alt: + copyToClipboard: + openRecentRepos: + submitEditorText: + extrasMenu: '@' + toggleWhitespaceInDiffView: + increaseContextInDiffView: '}' + decreaseContextInDiffView: '{' + status: + checkForUpdate: u + recentRepos: + allBranchesLogGraph: a + files: + commitChanges: c + commitChangesWithoutHook: w + amendLastCommit: A + commitChangesWithEditor: C + ignoreFile: i + refreshFiles: r + stashAllChanges: s + viewStashOptions: S + toggleStagedAll: a + viewResetOptions: D + fetch: f + toggleTreeView: '`' + openMergeTool: M + openStatusFilter: + branches: + createPullRequest: o + viewPullRequestOptions: O + copyPullRequestURL: + checkoutBranchByName: c + forceCheckoutBranch: F + rebaseBranch: r + renameBranch: R + mergeIntoCurrentBranch: M + viewGitFlowOptions: i + fastForward: f + createTag: T + pushTag: P + setUpstream: u + fetchRemote: f + 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 + cherryPickCopyRange: C + pasteCommits: v + markCommitAsBaseForRebase: B + tagCommit: T + checkoutCommit: + resetCherryPick: + copyCommitAttributeToClipboard: "y" + openLogMenu: + openInBrowser: o + viewBisectOptions: b + stash: + popStash: g + renameStash: r + commitFiles: + checkoutCommitFile: c + main: + toggleDragSelect: v + toggleDragSelect-alt: V + toggleSelectHunk: a + pickBothHunks: b + editSelectHunk: E + submodules: + init: i + update: u + bulkMenu: b +disableStartupPopups: false +customCommands: [] +services: {} +notARepository: prompt +promptToReturnFromSubprocess: true +