zellij-org/zellij

Feature request: allow floating panes to go full screen

Open

#1,906 opened on Nov 4, 2022

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

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