-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml
98 lines (90 loc) · 2.06 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
89
90
91
92
93
94
95
96
97
98
gui:
theme:
activeBorderColor:
- '#cba6f7'
- bold
inactiveBorderColor:
- '#a6adc8'
optionsTextColor:
- '#89b4fa'
selectedLineBgColor:
- '#313244'
cherryPickedCommitBgColor:
- '#45475a'
cherryPickedCommitFgColor:
- '#cba6f7'
unstagedChangesColor:
- '#f38ba8'
defaultFgColor:
- '#cdd6f4'
searchingActiveBorderColor:
- '#f9e2af'
authorColors:
'*': '#b4befe'
mouseEvents: true
nerdFontsVersion: '3'
mainPanelSplitMode: flexible
commitLength:
show: true
splitDiff: auto
spinner:
frames:
- "⣷ "
- "⣯ "
- "⣟ "
- "⡿ "
- "⢿ "
- "⣻ "
- "⣽ "
- "⣾ "
rate: 100
statusPanelView: allBranchesLog
commandLogSize: 2
showRandomTip: false
git:
paging:
colorArg: always
pager: delta --dark --paging=never
useConfig: false
autoFetch: true
autoRefresh: 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: false
disableForcePushing: false
parseEmoji: false
log:
order: topo-order
showGraph: always
showWholeGraph: false
update:
method: prompt
days: 14
refresher:
refreshInterval: 10
fetchInterval: 60
confirmOnQuit: false
os:
editPreset: 'code'
customCommands:
- key: 'b'
command: 'gh browse'
context: 'files'
- key: 'b'
command: 'gh browse "{{.SelectedLocalCommit.Sha}}"'
context: 'commits'
- key: 'o'
command: 'gh pr view --web'
description: "View PR on GitHub"
context: 'global'
- key: 'o'
command: 'gh pr view --web {{.SelectedLocalBranch.Name}}'
description: "View PR on GitHub"
context: 'localBranches'
loadingText: 'Opening GitHub...'
subprocess: false
- key: 'F'
command: 'git push --force-with-lease --no-verify'
context: 'localBranches'
notARepository: skip
promptToReturnFromSubprocess: true