You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to create a floating pane. I want a tmux-like behavior - Ctrl-Space unlocks normal and 'H' should spawn a floating btop/htop window. I used following bind:
This does run btop, but in a regular embedded pane. I tried running zellij run --floating --close-on-exit -- btop but this hijacks last open pane (if there is more than one) and when I quit btop, I'm left with a floating pane that has been detached (looks like it's the last embedded pane). Is this a bug or am I doing something wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm on
zellij 0.41.2
.I'm struggling to create a floating pane. I want a tmux-like behavior - Ctrl-Space unlocks normal and 'H' should spawn a floating btop/htop window. I used following bind:
This does run btop, but in a regular embedded pane. I tried running
zellij run --floating --close-on-exit -- btop
but this hijacks last open pane (if there is more than one) and when I quit btop, I'm left with a floating pane that has been detached (looks like it's the last embedded pane). Is this a bug or am I doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions