Disable delta side by side
This commit is contained in:
parent
ea44496119
commit
fb33ab43c7
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ in
|
||||||
core.editor = "kak";
|
core.editor = "kak";
|
||||||
credential.helper = "cache --timeout=3600 ";
|
credential.helper = "cache --timeout=3600 ";
|
||||||
delta.navigate = true;
|
delta.navigate = true;
|
||||||
delta.side-by-side = true;
|
# delta.side-by-side = true;
|
||||||
diff.colorMoved = "default";
|
diff.colorMoved = "default";
|
||||||
diff.guitool = "meld";
|
diff.guitool = "meld";
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue