zellij-org/zellij

Feature: Scroll mode should be persistent in a scrolled pane

Open

#638 opened on Aug 5, 2021

View on GitHub
 (15 comments) (3 reactions) (0 assignees)Rust (1,191 forks)batch import
ease of usehelp wanted

Repository metrics

Stars
 (32,593 stars)
PR merge metrics
 (Avg merge 42d 11h) (10 merged PRs in 30d)

Description

When I:

  1. Enter scroll mode and scroll up inside a pane
  2. Move the focus to another pane, exit scroll mode and do something else
  3. Go back to the scrolled up pane

I should be placed in scroll mode again.

This is so that I don't try to scroll and then lose my position because the pane resets back to its bottom most position.

Contributor guide