mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat: add custom pager for lazygit
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
git:
|
||||
paging:
|
||||
colorArg: always
|
||||
pager: delta --dark --paging=never syntax-theme=Dracula
|
||||
customCommands:
|
||||
- key: "C"
|
||||
command: "git cz c"
|
||||
|
||||
Reference in New Issue
Block a user