Re: b4 review animates scrolling slowly
Konstantin Ryabitsev <[email protected]> Fri, 17 Jul 2026 10:14:51 -0400
| Newsgroups | org.kernel.linux.tools |
|---|---|
| Message-ID | <20260717-smooth-petrel-of-champagne-2039cd@lemur> |
On Mon, Jul 13, 2026 at 02:39:34PM +0100, Mark Brown wrote:
> When moving to the next review comment with , and . b4 animates the
> scroll at a fairly slow rate. When the patch is large and the review
> comments spaced widely apart this can become rather tedious to watch,
> taking at least tens of seconds at times.
This is managed with TEXTUAL_ env vars:
https://b4.docs.kernel.org/en/latest/maintainer/review.html#disabling-scroll-animations
I suggest you set this in your .bash_profile:
TEXTUAL_SMOOTH_SCROLL=0
-K