jj
This commit is contained in:
parent
e7409b1f7d
commit
03a7c0ef5d
1 changed files with 5 additions and 1 deletions
|
|
@ -8,8 +8,12 @@ editor = "nvim"
|
||||||
default-command = ["util", "exec", "--", "bash", "-c", "jj log --reversed && jj diff -s"]
|
default-command = ["util", "exec", "--", "bash", "-c", "jj log --reversed && jj diff -s"]
|
||||||
diff.format = "git"
|
diff.format = "git"
|
||||||
|
|
||||||
|
[revset-aliases]
|
||||||
|
'nearby(x)' = 'descendants(ancestors(@, x))'
|
||||||
|
|
||||||
[revsets]
|
[revsets]
|
||||||
log = "ancestors(@, 10) | @..main@origin | main@origin::@ | @::"
|
log = "nearby(10) | @..main@origin | main@origin::@ | @:: | visible_heads() ~ bookmarks()"
|
||||||
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
"diff token" = { underline = false }
|
"diff token" = { underline = false }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue