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
Tmux has an option to break and move splits between windows.
I've been thinking about it and.. Hey if we can select to join and break panes into sessionx?
We would need to think more about it, and how to implement it in sessionx
But is that a good idea?
Commands:
bind q break-pane
bind m join-pane -s :. -t :1 -v
The text was updated successfully, but these errors were encountered:
Motivation
Tmux has an option to break and move splits between windows.
I've been thinking about it and.. Hey if we can select to join and break panes into sessionx?
We would need to think more about it, and how to implement it in sessionx
But is that a good idea?
Commands:
bind q break-pane
bind m join-pane -s :. -t :1 -v
The text was updated successfully, but these errors were encountered: