zellij-org/zellij

Feature: Scroll mode should be persistent in a scrolled pane

Open

#638 opened on Aug 5, 2021

View on GitHub
 (14 comments) (2 reactions) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
ease of usehelp wanted

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