diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-06-17 23:43:53 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-06-17 23:43:53 -0400 |
| commit | 887fb5a5880713d15beac2876335a6357a18399c (patch) | |
| tree | d01c1355faa06b82b56ee549b44670518406833f | |
| parent | 7af2a975f3ff357ac5824f41acf357329b15620e (diff) | |
git: use single-key mode for patch add
| -rw-r--r-- | .config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index df73400..16f0a91 100644 --- a/.config/git/config +++ b/.config/git/config @@ -10,6 +10,7 @@ [interactive] diffFilter = delta --color-only + singleKey = true [merge] conflictstyle = diff3 |
