標準の `git diff` では見にくい場合に。`core.user_command` で `commands_1` を上書きする。(別の[[User Command (Serie)|User Command]]を作成してもOK) ```toml [core.user_command] commands_1 = { "name" = "git diff", commands = ["sh", "-c", "git diff --color=always {{first_parent_hash}} {{target_hash}} | delta --dark --paging=never --side-by-side --line-numbers --width {{area_width}}"] } ``` 高さが足りなければ `ui.user_command` を増やす。 ```toml [ui.user_command] height = 40 ```