-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
88 lines (84 loc) · 2.16 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
gui:
windowSize: 'normal' # one of 'normal' | 'half' | 'full'
scrollPastBottom: true
scrollOffMargin: 4
sidePanelWidth: 0.3333 # 0 to 1
expandFocusedSidePanel: false
theme:
activeBorderColor:
- green
- bold
inactiveBorderColor:
- lightblack
searchingActiveBorderColor:
- cyan
- bold
optionsTextColor:
- blue
selectedLineBgColor:
- black # `default`, 'reverse'
cherryPickedCommitBgColor:
- cyan
cherryPickedCommitFgColor:
- blue
unstagedChangesColor:
- red
defaultFgColor:
- default
commitLength:
show: true
mouseEvents: false
showRandomTip: false
showBranchCommitHash: false
nerdFontsVersion: "3" # ("", "2" or "3");
showFileIcons: true
commandLogSize: 8
splitDiff: 'auto' # 'auto' | 'always'
border: 'rounded' # 'single' | 'double' | 'rounded' | 'hidden'
animateExplosion: true # explosion animation when nuking the working tree
portraitMode: 'auto' # 'auto' | 'never' | 'always'
filterMode: 'fuzzy' # 'substring' | 'fuzzy'
showDivergenceFromBaseBranch: arrowAndNumber # 'none' | 'onlyArrow' | 'arrowAndNumber'
statusPanelView: allBranchesLog # 'dashboard' (default) | 'allBranchesLog'
spinner:
frames:
- "▁"
- "▂"
- "▃"
- "▄"
- "▅"
- "▆"
- "▇"
- "█"
- "▇"
- "▆"
- "▅"
- "▄"
- "▃"
- "▂"
- "▁"
rate: 50
refresher:
refreshInterval: 10 # File/submodule refresh interval in seconds.
fetchInterval: 60 # Re-fetch interval in seconds.
keybinding:
universal:
quit: 'q'
quit-alt1: 'x' # <c-c>
prevItem: '<up>' # <up> used for selecting commit history messages also
nextItem: '<down>' # <down> used for selecting commit history messages also
# HJKL - to scroll
scrollLeft: H
scrollRight: L
scrollUpMain-alt1: '' # K
scrollDownMain-alt1: '' # J
prevPage: K # ','
nextPage: J # .
git:
merging:
# args: "--no-ff" # No Fast Forwarding, Make Merge Commit
squashMergeMessage: 🍋 Squash {{selectedRef}} into {{currentBranch}}
mainBranches:
- master
- main
- develop