tmux-sessionx icon indicating copy to clipboard operation
tmux-sessionx copied to clipboard

💬 New option to move splits

Open ProgmRuanSilva opened this issue 1 year ago • 1 comments

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

ProgmRuanSilva avatar Feb 10 '24 20:02 ProgmRuanSilva