From 45ceff0bb693fcd17b4ca7add5d4203952d71591 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sun, 31 Aug 2025 13:31:51 +0300 Subject: [PATCH] jj: use default diff-editor --- config/jj/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jj/config.toml b/config/jj/config.toml index ba672d6..71d5efc 100644 --- a/config/jj/config.toml +++ b/config/jj/config.toml @@ -8,7 +8,7 @@ email = "olexsmir@gmail.com" default-command = "l" editor = "nvim" pager = "delta" -diff-editor = "builtin" +diff-editor = ":builtin" diff-formatter = ":git" [signing]