220 lines
4.9 KiB
YAML
220 lines
4.9 KiB
YAML
gui:
|
|
authorColors:
|
|
"Daniel Fichtinger": "#E49A44"
|
|
"*": "#B14242"
|
|
theme:
|
|
# Border color of focused window
|
|
activeBorderColor:
|
|
- "#B14242"
|
|
|
|
# Border color of non-focused windows
|
|
inactiveBorderColor:
|
|
- "#a7a7a7"
|
|
|
|
# Border color of focused window when searching in that window
|
|
searchingActiveBorderColor:
|
|
- "#4A8B8B"
|
|
- bold
|
|
|
|
# Color of keybindings help text in the bottom line
|
|
optionsTextColor:
|
|
- "#B14242"
|
|
|
|
# Background color of selected line.
|
|
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#highlighting-the-selected-line
|
|
selectedLineBgColor:
|
|
- "#323232"
|
|
|
|
# Background color of selected line when view doesn't have focus.
|
|
inactiveViewSelectedLineBgColor:
|
|
- bold
|
|
|
|
# Foreground color of copied commit
|
|
cherryPickedCommitFgColor:
|
|
- "#191919"
|
|
|
|
# Background color of copied commit
|
|
cherryPickedCommitBgColor:
|
|
- "#4A8B8B"
|
|
|
|
# Foreground color of marked base commit (for rebase)
|
|
markedBaseCommitFgColor:
|
|
- "#d5d5d5"
|
|
|
|
# Background color of marked base commit (for rebase)
|
|
markedBaseCommitBgColor:
|
|
- "#191919"
|
|
|
|
# Color for file with unstaged changes
|
|
unstagedChangesColor:
|
|
- "#B14242"
|
|
|
|
# Default text color
|
|
defaultFgColor:
|
|
- "#d5d5d5"
|
|
keybinding:
|
|
universal:
|
|
quit: q
|
|
quit-alt1: <c-c>
|
|
return: <esc>
|
|
quitWithoutChangingDirectory: Q
|
|
togglePanel: <tab>
|
|
prevItem: <up>
|
|
nextItem: <down>
|
|
prevItem-alt: e
|
|
nextItem-alt: n
|
|
prevPage: ','
|
|
nextPage: .
|
|
scrollLeft: M
|
|
scrollRight: I
|
|
gotoTop: <
|
|
gotoBottom: '>'
|
|
toggleRangeSelect: v
|
|
rangeSelectDown: <s-down>
|
|
rangeSelectUp: <s-up>
|
|
prevBlock: <left>
|
|
nextBlock: <right>
|
|
prevBlock-alt: m
|
|
nextBlock-alt: i
|
|
nextBlock-alt2: <tab>
|
|
prevBlock-alt2: <backtab>
|
|
jumpToBlock:
|
|
- "1"
|
|
- "2"
|
|
- "3"
|
|
- "4"
|
|
- "5"
|
|
nextMatch: "j"
|
|
prevMatch: "J"
|
|
startSearch: /
|
|
optionMenu: <disabled>
|
|
optionMenu-alt1: '?'
|
|
select: <space>
|
|
goInto: <enter>
|
|
confirm: <enter>
|
|
confirmInEditor: <a-enter>
|
|
remove: d
|
|
new: "h"
|
|
edit: k
|
|
openFile: o
|
|
scrollUpMain: <pgup>
|
|
scrollDownMain: <pgdown>
|
|
scrollUpMain-alt1: E
|
|
scrollDownMain-alt1: N
|
|
scrollUpMain-alt2: <c-u>
|
|
scrollDownMain-alt2: <c-d>
|
|
executeShellCommand: ':'
|
|
createRebaseOptionsMenu: l
|
|
|
|
# 'Files' appended for legacy reasons
|
|
pushFiles: P
|
|
|
|
# 'Files' appended for legacy reasons
|
|
pullFiles: p
|
|
refresh: R
|
|
createPatchOptionsMenu: <c-p>
|
|
nextTab: ']'
|
|
prevTab: '['
|
|
nextScreenMode: +
|
|
prevScreenMode: _
|
|
undo: z
|
|
redo: <c-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: l
|
|
refreshFiles: r
|
|
stashAllChanges: s
|
|
viewStashOptions: S
|
|
toggleStagedAll: a
|
|
viewResetOptions: D
|
|
fetch: f
|
|
toggleTreeView: '`'
|
|
openMergeTool: h
|
|
openStatusFilter: <c-b>
|
|
copyFileInfoToClipboard: "y"
|
|
collapseAll: '-'
|
|
expandAll: =
|
|
branches:
|
|
createPullRequest: o
|
|
viewPullRequestOptions: O
|
|
copyPullRequestURL: <c-y>
|
|
checkoutBranchByName: c
|
|
forceCheckoutBranch: F
|
|
rebaseBranch: r
|
|
renameBranch: R
|
|
mergeIntoCurrentBranch: H
|
|
viewGitFlowOptions: l
|
|
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: l
|
|
amendAttribute:
|
|
resetAuthor: a
|
|
setAuthor: A
|
|
addCoAuthor: c
|
|
stash:
|
|
popStash: g
|
|
renameStash: r
|
|
commitFiles:
|
|
checkoutCommitFile: c
|
|
main:
|
|
toggleSelectHunk: a
|
|
pickBothHunks: b
|
|
editSelectHunk: L
|
|
submodules:
|
|
init: h
|
|
update: u
|
|
bulkMenu: b
|
|
commitMessage:
|
|
commitMenu: <c-o>
|