1 files changed,
9 insertions(+),
0 deletions(-)
M
config/jj/config.toml
ยทยทยท 6 6 7 7 [ui] 8 8 default-command = "log" 9 +editor = "nvim" 10 +pager = "delta" 11 +diff-formatter = ":git" 12 +merge-editor = ["nvim", "-d"] 9 13 10 14 [git] 15 +sign-on-push = true 11 16 auto-local-bookmark = true 17 + 18 +[aliases] 19 +n = ["new"] 20 +bc = ["bookmark", "create"]