From b9cf7688023af6c1bb4be44556420a89ce6e9028 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Wed, 1 Oct 2025 19:36:53 +0200 Subject: [PATCH] disable pager in default jj command --- home/.config/jj/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/jj/config.toml b/home/.config/jj/config.toml index 7502fe8..87ccbbc 100644 --- a/home/.config/jj/config.toml +++ b/home/.config/jj/config.toml @@ -1,7 +1,7 @@ "$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" [ui] -default-command = "log" +default-command = ["log", "--no-pager"] diff-formatter = ["difft", "--color=always", "$left", "$right"] diff-editor = ":builtin"