jj: Add tug alias to move forward most recent bookmark
This commit is contained in:
parent
5913948705
commit
b22334c442
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ pager = "delta"
|
|||
[ui.diff]
|
||||
format = "git" # for the time being to use delta well
|
||||
|
||||
[aliases]
|
||||
# see: https://shaddy.dev/notes/jj-tug/, update most recent bookmark
|
||||
tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"]
|
||||
|
||||
[templates]
|
||||
# Add git diffs to commit drafts
|
||||
draft_commit_description = '''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue