diff --git a/config/jj/config.toml b/config/jj/config.toml index be80008..db07f7f 100644 --- a/config/jj/config.toml +++ b/config/jj/config.toml @@ -6,6 +6,15 @@ email = "olexsmir@gmail.com" [ui] default-command = "log" +editor = "nvim" +pager = "delta" +diff-formatter = ":git" +merge-editor = ["nvim", "-d"] [git] +sign-on-push = true auto-local-bookmark = true + +[aliases] +n = ["new"] +bc = ["bookmark", "create"]