zellij-org/zellij

Feature: enhanced Scroll input mode

Open

#174 opened on Feb 10, 2021

View on GitHub
 (1 comment) (13 reactions) (0 assignees)Rust (32,593 stars) (1,191 forks)batch import
help wanted

Description

Right now we have a Scroll input mode (<ctrl-g> + s) which allows the user to scroll up and down. It would be great if this can be enhanced to:

  1. Behave like a "text box" that the user can copy/paste from (with the keyboard at first and with the mouse when it's supported)
  2. Allow scrolling further up/down with pgup/pgdown
  3. Allow searching for text in the pane's scrollbuffer

Contributor guide