jj: improve ux

This commit is contained in:
J. Fernando Sánchez
2026-02-11 10:17:45 +01:00
parent 1522c8d6a0
commit 9befba5522
2 changed files with 19 additions and 2 deletions

View File

@@ -10,11 +10,18 @@ email = "j@sanchezrada.es"
name = "J. Fernando Sánchez"
email = "f.sanchez@thechannelstore.tv"
[aliases]
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
l = ["log"]
s = ["status"]
f = ["git", "fetch"]
p = ["git", "push"]
[ui]
pager = "delta" #":builtin"
diff-formatter=":git"
paginate = "auto"
default-command = ["log", "--reversed"]
[merge-tools.delta]
diff-args=["--color-only", "--side-by-side", "$left", "$right", "--width=$width"]