jj: use delta, nvim; add some aliases

This commit is contained in:
Olexandr Smirnov 2025-07-09 19:08:36 +03:00
parent bd504524a1
commit e111bf1619
No known key found for this signature in database

View file

@ -6,6 +6,15 @@ email = "olexsmir@gmail.com"
[ui]
default-command = "log"
editor = "nvim"
pager = "delta"
diff-formatter = ":git"
merge-editor = ["nvim", "-d"]
[git]
sign-on-push = true
auto-local-bookmark = true
[aliases]
n = ["new"]
bc = ["bookmark", "create"]