File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 27
27
commitLength :
28
28
show : true
29
29
splitDiff : auto
30
+ spinner :
31
+ frames :
32
+ - " ⣷ "
33
+ - " ⣯ "
34
+ - " ⣟ "
35
+ - " ⡿ "
36
+ - " ⢿ "
37
+ - " ⣻ "
38
+ - " ⣽ "
39
+ - " ⣾ "
40
+ rate : 100
41
+ statusPanelView : allBranchesLog
42
+ commandLogSize : 2
43
+ showRandomTip : false
30
44
31
45
git :
32
46
paging :
42
56
parseEmoji : false
43
57
log :
44
58
order : topo-order
45
- showGraph : ' always'
59
+ showGraph : always
46
60
showWholeGraph : false
47
61
48
62
update :
@@ -65,6 +79,19 @@ customCommands:
65
79
- key : ' b'
66
80
command : ' gh browse "{{.SelectedLocalCommit.Sha}}"'
67
81
context : ' commits'
82
+ - key : ' o'
83
+ command : ' gh pr view --web'
84
+ description : " View PR on GitHub"
85
+ context : ' global'
86
+ - key : ' o'
87
+ command : ' gh pr view --web {{.SelectedLocalBranch.Name}}'
88
+ description : " View PR on GitHub"
89
+ context : ' localBranches'
90
+ loadingText : ' Opening GitHub...'
91
+ subprocess : false
92
+ - key : ' F'
93
+ command : ' git push --force-with-lease --no-verify'
94
+ context : ' localBranches'
68
95
69
96
notARepository : skip
70
97
You can’t perform that action at this time.
0 commit comments