Skip to content

Commit bb89958

Browse files
committed
🔨 chore: updated lazygit config
1 parent f4df548 commit bb89958

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

config/lazygit/config.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ gui:
2727
commitLength:
2828
show: true
2929
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
3044

3145
git:
3246
paging:
@@ -42,7 +56,7 @@ git:
4256
parseEmoji: false
4357
log:
4458
order: topo-order
45-
showGraph: 'always'
59+
showGraph: always
4660
showWholeGraph: false
4761

4862
update:
@@ -65,6 +79,19 @@ customCommands:
6579
- key: 'b'
6680
command: 'gh browse "{{.SelectedLocalCommit.Sha}}"'
6781
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'
6895

6996
notARepository: skip
7097

0 commit comments

Comments
 (0)