mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
jj: use delta, nvim; add some aliases
This commit is contained in:
parent
bd504524a1
commit
e111bf1619
1 changed files with 9 additions and 0 deletions
|
|
@ -6,6 +6,15 @@ email = "olexsmir@gmail.com"
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
default-command = "log"
|
default-command = "log"
|
||||||
|
editor = "nvim"
|
||||||
|
pager = "delta"
|
||||||
|
diff-formatter = ":git"
|
||||||
|
merge-editor = ["nvim", "-d"]
|
||||||
|
|
||||||
[git]
|
[git]
|
||||||
|
sign-on-push = true
|
||||||
auto-local-bookmark = true
|
auto-local-bookmark = true
|
||||||
|
|
||||||
|
[aliases]
|
||||||
|
n = ["new"]
|
||||||
|
bc = ["bookmark", "create"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue