summaryrefslogtreecommitdiff
path: root/lazygit/config.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-29 08:11:33 +0300
committerPaul Buetow <paul@buetow.org>2026-03-29 08:11:33 +0300
commit66333448eba91b8cf43f67241e41c70feec70cde (patch)
tree8a9a9ab5bad7406eacb39da15dfe78b47d153c3b /lazygit/config.yml
parentc435081ff72dbf0d771f85cc5034a0791ef65610 (diff)
add git difftool keybindings and external diff command
Diffstat (limited to 'lazygit/config.yml')
-rw-r--r--lazygit/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/lazygit/config.yml b/lazygit/config.yml
index fa99cab..5277d0f 100644
--- a/lazygit/config.yml
+++ b/lazygit/config.yml
@@ -1,2 +1,5 @@
gui:
scrollHeight: 10
+git:
+ paging:
+ externalDiffCommand: "difft --color=always"