-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathempty_dot_lazygit.yml
57 lines (48 loc) · 1.44 KB
/
empty_dot_lazygit.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
gui:
language: en
timeFormat: 02 Jan 2006
shortTimeFormat: 15:04
nerdFontsVersion: '3'
commandLogSize: 4
# bold active line instead of blue bg
theme:
selectedLineBgColor:
- bold
- '#212329'
authorColors:
'iwa': '#d9b2f7'
keybinding:
universal:
nextTab: 'ù'
prevTab: '%'
prevItem-alt: k # up is k (vanilla)
nextItem-alt: j # down is j (vanilla)
prevBlock-alt: l # left is l
nextBlock-alt: m # right is m
scrollLeft: L
scrollRight: M
scrollUpMain-alt1: K # (vanilla)
scrollDownMain-alt1: J # (vanilla)
createRebaseOptionsMenu: h
increaseContextInDiffView: )
decreaseContextInDiffView: (
increaseRenameSimilarityThreshold: '}'
decreaseRenameSimilarityThreshold: '{'
scrollUpMain-alt2: <disabled> # remove useless keybinds
scrollDownMain-alt2: <disabled>
files:
openMergeTool: H
branches:
mergeIntoCurrentBranch: H
git:
branchLogCmd: "git log --graph --color=always --abbrev-commit --decorate --date=relative --pretty=format:'%C(bold magenta)%h%C(auto)%d%n%C(brightblack)%ar - %an%C(reset)%n%s%n%b%n' {{branchName}} --"
paging:
colorArg: always
pager: delta --dark --paging=never
customCommands:
- key: '<c-f>' # Ctrl-f (think "full screen") to show selected commit
context: 'commits'
command: "git show {{.SelectedLocalCommit.Sha}} | delta --dark"
subprocess: true
description: "Show selected commit"
stream: true