-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlazygit.yml
More file actions
27 lines (27 loc) · 960 Bytes
/
lazygit.yml
File metadata and controls
27 lines (27 loc) · 960 Bytes
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
os:
editPreset: 'nvim'
# Explicitly close Lazygit with <C-q> and then open the file
edit: nvr --remote-send '<C-q>' && nvr --remote-send ':silent tabedit '{{filename}}'<cr>'
editAtLine: nvr --remote-send '<C-q>' && nvr --remote-send ':silent tabedit +'{{line}}' '{{filename}}'<cr>'
promptToReturnFromSubprocess: false
git:
# Do not automatically fetch
autoRefresh: false
# Do not fetch all remotes
fetchAll: false
commit:
autoWrapCommitMessage: false
# autoWrapWidth: 80
overrideGpg: false
paging:
colorArg: always
pager: delta --dark --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format="lazygit-edit://{path}:{line}"
merging:
# If true, run merges in a subprocess so that if a commit message is required, Lazygit will not hang.
# Only applicable to unix users.
manualCommit: true
gui:
scrollHeight: 8
scrollOffMargin: 10
nerdFontsVersion: "3" # enables icons
filterMode: fuzzy