Skip to content

Commit c56e2cb

Browse files
committed
🐛 fix: fixed lazygit config & added more settings
1 parent e67fab1 commit c56e2cb

File tree

1 file changed

+71
-23
lines changed

1 file changed

+71
-23
lines changed

config/lazygit/config.yml

Lines changed: 71 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,71 @@
1-
theme:
2-
activeBorderColor:
3-
- '#cba6f7'
4-
- bold
5-
inactiveBorderColor:
6-
- '#a6adc8'
7-
optionsTextColor:
8-
- '#89b4fa'
9-
selectedLineBgColor:
10-
- '#313244'
11-
cherryPickedCommitBgColor:
12-
- '#45475a'
13-
cherryPickedCommitFgColor:
14-
- '#cba6f7'
15-
unstagedChangesColor:
16-
- '#f38ba8'
17-
defaultFgColor:
18-
- '#cdd6f4'
19-
searchingActiveBorderColor:
20-
- '#f9e2af'
21-
22-
authorColors:
23-
'*': '#b4befe'
1+
gui:
2+
theme:
3+
activeBorderColor:
4+
- '#cba6f7'
5+
- bold
6+
inactiveBorderColor:
7+
- '#a6adc8'
8+
optionsTextColor:
9+
- '#89b4fa'
10+
selectedLineBgColor:
11+
- '#313244'
12+
cherryPickedCommitBgColor:
13+
- '#45475a'
14+
cherryPickedCommitFgColor:
15+
- '#cba6f7'
16+
unstagedChangesColor:
17+
- '#f38ba8'
18+
defaultFgColor:
19+
- '#cdd6f4'
20+
searchingActiveBorderColor:
21+
- '#f9e2af'
22+
authorColors:
23+
'*': '#b4befe'
24+
mouseEvents: true
25+
nerdFontsVersion: '3'
26+
mainPanelSplitMode: flexible
27+
commitLength:
28+
show: true
29+
splitDiff: auto
30+
31+
git:
32+
paging:
33+
colorArg: always
34+
pager: delta --dark --paging=never
35+
useConfig: false
36+
autoFetch: true
37+
autoRefresh: true
38+
branchLogCmd: git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=medium {{branchName}} --
39+
allBranchesLogCmd: git log --graph --all --color=always --abbrev-commit --decorate --date=relative --pretty=medium
40+
overrideGpg: false
41+
disableForcePushing: false
42+
parseEmoji: false
43+
log:
44+
order: topo-order
45+
showGraph: 'always'
46+
showWholeGraph: false
47+
48+
update:
49+
method: prompt
50+
days: 14
51+
52+
refresher:
53+
refreshInterval: 10
54+
fetchInterval: 60
55+
56+
confirmOnQuit: false
57+
58+
os:
59+
editPreset: 'code'
60+
61+
customCommands:
62+
- key: 'b'
63+
command: 'gh browse'
64+
context: 'files'
65+
- key: 'b'
66+
command: 'gh browse "{{.SelectedLocalCommit.Sha}}"'
67+
context: 'commits'
68+
69+
notARepository: skip
70+
71+
promptToReturnFromSubprocess: true

0 commit comments

Comments
 (0)