mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
fix(lazygit): clean up configuration
Signed-off-by: Anthony Oteri <4360016+anthonyoteri@users.noreply.github.com>
This commit is contained in:
+5
-221
@@ -1,10 +1,4 @@
|
|||||||
gui:
|
gui:
|
||||||
authorColors: {}
|
|
||||||
branchColors: {}
|
|
||||||
branchColorPatterns: {}
|
|
||||||
customIcons:
|
|
||||||
filenames: {}
|
|
||||||
extensions: {}
|
|
||||||
scrollHeight: 2
|
scrollHeight: 2
|
||||||
scrollPastBottom: true
|
scrollPastBottom: true
|
||||||
scrollOffMargin: 2
|
scrollOffMargin: 2
|
||||||
@@ -24,44 +18,14 @@ gui:
|
|||||||
enlargedSideViewLocation: left
|
enlargedSideViewLocation: left
|
||||||
wrapLinesInStagingView: true
|
wrapLinesInStagingView: true
|
||||||
useHunkModeInStagingView: 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:
|
commitLength:
|
||||||
show: true
|
show: true
|
||||||
showListFooter: true
|
showListFooter: true
|
||||||
showFileTree: true
|
showFileTree: true
|
||||||
showRootItemInFileTree: true
|
showRootItemInFileTree: false
|
||||||
showNumstatInFilesView: false
|
showNumstatInFilesView: false
|
||||||
showRandomTip: true
|
showRandomTip: false
|
||||||
showCommandLog: true
|
showCommandLog: false
|
||||||
showBottomLine: true
|
showBottomLine: true
|
||||||
showPanelJumps: true
|
showPanelJumps: true
|
||||||
showIcons: true
|
showIcons: true
|
||||||
@@ -73,19 +37,12 @@ gui:
|
|||||||
showBranchCommitHash: false
|
showBranchCommitHash: false
|
||||||
showDivergenceFromBaseBranch: none
|
showDivergenceFromBaseBranch: none
|
||||||
commandLogSize: 8
|
commandLogSize: 8
|
||||||
splitDiff: never
|
splitDiff: always
|
||||||
screenMode: normal
|
screenMode: normal
|
||||||
border: rounded
|
border: rounded
|
||||||
animateExplosion: true
|
animateExplosion: true
|
||||||
portraitMode: auto
|
portraitMode: auto
|
||||||
filterMode: substring
|
filterMode: substring
|
||||||
spinner:
|
|
||||||
frames:
|
|
||||||
- '|'
|
|
||||||
- /
|
|
||||||
- '-'
|
|
||||||
- \
|
|
||||||
rate: 50
|
|
||||||
statusPanelView: dashboard
|
statusPanelView: dashboard
|
||||||
switchToFilesAfterStashPop: true
|
switchToFilesAfterStashPop: true
|
||||||
switchToFilesAfterStashApply: true
|
switchToFilesAfterStashApply: true
|
||||||
@@ -127,7 +84,7 @@ git:
|
|||||||
log:
|
log:
|
||||||
order: topo-order
|
order: topo-order
|
||||||
showGraph: always
|
showGraph: always
|
||||||
showWholeGraph: true
|
showWholeGraph: false
|
||||||
localBranchSortOrder: date
|
localBranchSortOrder: date
|
||||||
remoteBranchSortOrder: date
|
remoteBranchSortOrder: date
|
||||||
truncateCopiedCommitHashesTo: 12
|
truncateCopiedCommitHashesTo: 12
|
||||||
@@ -144,177 +101,4 @@ customCommands: []
|
|||||||
services: {}
|
services: {}
|
||||||
notARepository: prompt
|
notARepository: prompt
|
||||||
promptToReturnFromSubprocess: false
|
promptToReturnFromSubprocess: false
|
||||||
keybinding:
|
|
||||||
universal:
|
|
||||||
quit: q
|
|
||||||
quit-alt1: <c-c>
|
|
||||||
suspendApp: <c-z>
|
|
||||||
return: <esc>
|
|
||||||
quitWithoutChangingDirectory: Q
|
|
||||||
togglePanel: <tab>
|
|
||||||
prevItem: <up>
|
|
||||||
nextItem: <down>
|
|
||||||
prevItem-alt: k
|
|
||||||
nextItem-alt: j
|
|
||||||
prevPage: ','
|
|
||||||
nextPage: .
|
|
||||||
scrollLeft: H
|
|
||||||
scrollRight: L
|
|
||||||
gotoTop: <
|
|
||||||
gotoBottom: '>'
|
|
||||||
gotoTop-alt: <home>
|
|
||||||
gotoBottom-alt: <end>
|
|
||||||
toggleRangeSelect: v
|
|
||||||
rangeSelectDown: <s-down>
|
|
||||||
rangeSelectUp: <s-up>
|
|
||||||
prevBlock: <left>
|
|
||||||
nextBlock: <right>
|
|
||||||
prevBlock-alt: h
|
|
||||||
nextBlock-alt: l
|
|
||||||
nextBlock-alt2: <tab>
|
|
||||||
prevBlock-alt2: <backtab>
|
|
||||||
jumpToBlock:
|
|
||||||
- "1"
|
|
||||||
- "2"
|
|
||||||
- "3"
|
|
||||||
- "4"
|
|
||||||
- "5"
|
|
||||||
focusMainView: "0"
|
|
||||||
nextMatch: "n"
|
|
||||||
prevMatch: "N"
|
|
||||||
startSearch: /
|
|
||||||
optionMenu: <disabled>
|
|
||||||
optionMenu-alt1: '?'
|
|
||||||
select: <space>
|
|
||||||
goInto: <enter>
|
|
||||||
confirm: <enter>
|
|
||||||
confirmMenu: <enter>
|
|
||||||
confirmSuggestion: <enter>
|
|
||||||
confirmInEditor: <a-enter>
|
|
||||||
confirmInEditor-alt: <c-s>
|
|
||||||
remove: d
|
|
||||||
new: "n"
|
|
||||||
edit: e
|
|
||||||
openFile: o
|
|
||||||
scrollUpMain: <pgup>
|
|
||||||
scrollDownMain: <pgdown>
|
|
||||||
scrollUpMain-alt1: K
|
|
||||||
scrollDownMain-alt1: J
|
|
||||||
scrollUpMain-alt2: <c-u>
|
|
||||||
scrollDownMain-alt2: <c-d>
|
|
||||||
executeShellCommand: ':'
|
|
||||||
createRebaseOptionsMenu: m
|
|
||||||
pushFiles: P
|
|
||||||
pullFiles: p
|
|
||||||
refresh: R
|
|
||||||
createPatchOptionsMenu: <c-p>
|
|
||||||
nextTab: ']'
|
|
||||||
prevTab: '['
|
|
||||||
nextScreenMode: +
|
|
||||||
prevScreenMode: _
|
|
||||||
cyclePagers: '|'
|
|
||||||
undo: z
|
|
||||||
redo: Z
|
|
||||||
filteringMenu: <c-s>
|
|
||||||
diffingMenu: W
|
|
||||||
diffingMenu-alt: <c-e>
|
|
||||||
copyToClipboard: <c-o>
|
|
||||||
openRecentRepos: <c-r>
|
|
||||||
submitEditorText: <enter>
|
|
||||||
extrasMenu: '@'
|
|
||||||
toggleWhitespaceInDiffView: <c-w>
|
|
||||||
increaseContextInDiffView: '}'
|
|
||||||
decreaseContextInDiffView: '{'
|
|
||||||
increaseRenameSimilarityThreshold: )
|
|
||||||
decreaseRenameSimilarityThreshold: (
|
|
||||||
openDiffTool: <c-t>
|
|
||||||
status:
|
|
||||||
checkForUpdate: u
|
|
||||||
recentRepos: <enter>
|
|
||||||
allBranchesLogGraph: a
|
|
||||||
files:
|
|
||||||
commitChanges: c
|
|
||||||
commitChangesWithoutHook: w
|
|
||||||
amendLastCommit: A
|
|
||||||
commitChangesWithEditor: C
|
|
||||||
findBaseCommitForFixup: <c-f>
|
|
||||||
confirmDiscard: x
|
|
||||||
ignoreFile: i
|
|
||||||
refreshFiles: r
|
|
||||||
stashAllChanges: s
|
|
||||||
viewStashOptions: S
|
|
||||||
toggleStagedAll: a
|
|
||||||
viewResetOptions: D
|
|
||||||
fetch: f
|
|
||||||
toggleTreeView: '`'
|
|
||||||
openMergeOptions: M
|
|
||||||
openStatusFilter: <c-b>
|
|
||||||
copyFileInfoToClipboard: "y"
|
|
||||||
collapseAll: '-'
|
|
||||||
expandAll: =
|
|
||||||
branches:
|
|
||||||
createPullRequest: o
|
|
||||||
viewPullRequestOptions: O
|
|
||||||
copyPullRequestURL: <c-y>
|
|
||||||
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: <c-j>
|
|
||||||
moveUpCommit: <c-k>
|
|
||||||
amendToCommit: A
|
|
||||||
resetCommitAuthor: a
|
|
||||||
pickCommit: p
|
|
||||||
revertCommit: t
|
|
||||||
cherryPickCopy: C
|
|
||||||
pasteCommits: V
|
|
||||||
markCommitAsBaseForRebase: B
|
|
||||||
tagCommit: T
|
|
||||||
checkoutCommit: <space>
|
|
||||||
resetCherryPick: <c-R>
|
|
||||||
copyCommitAttributeToClipboard: "y"
|
|
||||||
openLogMenu: <c-l>
|
|
||||||
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: <c-o>
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user