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 navigate = true
light = false light = false
line-numbers = true line-numbers = true
side-by-side = true
syntax-theme = Dracula syntax-theme = Dracula
[alias] [alias]
st = status st = status
@@ -92,8 +93,6 @@
cmd = "code $MERGED" cmd = "code $MERGED"
keepBackup = false keepBackup = false
trustexitcode = true trustexitcode = true
[pager]
diff =
[rebase] [rebase]
autosquash = true autosquash = true
[rerere] [rerere]

View File

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