Add --no-pager for jj log

This allows long lists of revisions to be viewable instead of being
truncated.
This commit is contained in:
Trung Lam
2026-02-19 16:20:42 +01:00
committed by Nicolas GB
parent d483544483
commit 86d15cecec
+1 -1
View File
@@ -247,7 +247,7 @@ function M.log(opts)
vim.api.nvim_buf_clear_namespace(terminal.state.buf, log_special_mode_target_ns_id, 0, -1)
end
local jj_cmd = "jj log"
local jj_cmd = "jj log --no-pager"
local merged_opts = vim.tbl_extend("force", default_log_opts, opts or {})
-- If a raw has been given simply execute it as is