Delta: fix wrapping

This commit is contained in:
Filippo Berto 2023-08-15 10:50:41 +02:00
parent 069ff8ba5e
commit a85103ebc3
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -103,8 +103,10 @@ in
commit.gpgSign = true;
core.editor = "hx";
credential.helper = "cache --timeout=3600 ";
delta.side-by-side = true;
delta.line-numbers = true;
delta.navigate = true;
# delta.side-by-side = true;
delta.wrap-max-lines = "unlimited";
diff.colorMoved = "default";
diff.guitool = "meld";
diff.tool = "meld";