diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index bdc7e33..426a37f 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,12 +1,11 @@ -git: - paging: - colorArg: always - pager: delta --features lazygit - useConfig: false - autoFetch: false +git: + pagers: + - pager: delta --features lazygit + colorArg: always + useConfig: false + autoFetch: false gui: nerdFontsVersion: 3 - customCommands: - key: "C" command: "git commit -m '{{ .Form.Type }}{{if .Form.Scopes}}({{ .Form.Scopes }}){{end}}: {{ .Form.Description }}'"