diff --git a/gitconfig b/gitconfig index c66c17a..629a381 100644 --- a/gitconfig +++ b/gitconfig @@ -18,6 +18,7 @@ navigate = true light = false line-numbers = true + side-by-side = true syntax-theme = Dracula [alias] st = status @@ -92,8 +93,6 @@ cmd = "code $MERGED" keepBackup = false trustexitcode = true -[pager] - diff = [rebase] autosquash = true [rerere] diff --git a/lazygit.yml b/lazygit.yml index ca2efe7..5471c9b 100644 --- a/lazygit.yml +++ b/lazygit.yml @@ -1,3 +1,7 @@ +git: + paging: + colorArg: always + pager: delta --dark --paging=never syntax-theme=Dracula customCommands: - key: "C" command: "git cz c"