calva 2025-05-06

Hi, how can I extend the terminal history for the calva repl output ? It's truncated even when in .zprofile it is set to

HISTSIZE=10000000
SAVEHIST=10000000

What do you have configured for Terminal Scrollback in settings? ( terminal.integrated.scrollback )

aha, "terminal.integrated.scrollback": 5000

I am not sure it is used for the calva output terminal, but I think so.

✔️ 1
1