diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-29 08:11:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-29 08:11:33 +0300 |
| commit | 66333448eba91b8cf43f67241e41c70feec70cde (patch) | |
| tree | 8a9a9ab5bad7406eacb39da15dfe78b47d153c3b /lazygit | |
| parent | c435081ff72dbf0d771f85cc5034a0791ef65610 (diff) | |
add git difftool keybindings and external diff command
Diffstat (limited to 'lazygit')
| -rw-r--r-- | lazygit/config.yml | 3 |
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" |
