Browse Source

Fix editor and add git-delta to gitconfig

master
Abheek Dhawan 3 years ago
parent
commit
0578532957
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 21
      .gitconfig

21
.gitconfig

@ -23,9 +23,28 @@
[tag]
gpgSign = true
[core]
editor = vim
editor = nvim
[init]
defaultBranch = master
[pull]
rebase = false
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
[merge]
conflictstyle = diff3
[diff]
colorMoved = default

Loading…
Cancel
Save