tmux-sessionx
tmux-sessionx copied to clipboard
💬 New option to move splits
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