zellij-org/zellij

Feature request: allow floating panes to go full screen

Closed

#1,906 opened on Nov 4, 2022

 (6 comments) (8 reactions) (0 assignees)Rust (1,191 forks)batch import
help wanted

Repository metrics

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

Description

Currently it's only possible for embedded panes to go fullscreen mode. It would be nice if floating panes can do this too.

Sometimes I need extra screen space for the floating pane, but for now I have to:

  • embed it (extra step)
  • go full screen
  • exit full screen
  • float it (extra step)

Not to mention that I lose the size and position setting for the floating pane after doing this.

Contributor guide