feat: add custom pager for lazygit

This commit is contained in:
Stefan Imhoff
2022-10-02 09:34:57 +02:00
parent 892a26b574
commit 528bd33c25
2 changed files with 5 additions and 2 deletions

View File

@@ -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]

View File

@@ -1,3 +1,7 @@
git:
paging:
colorArg: always
pager: delta --dark --paging=never syntax-theme=Dracula
customCommands:
- key: "C"
command: "git cz c"