Thanks, that worked
On Mon, Mar 7, 2011 at 2:28 PM, SamLT wrote:
> On Mon, Mar 07, 2011 at 01:36:34PM -0800, Vinoth Selvaraj wrote:
> > Hi,
> >
> > I have been using tmux for 2 months now, so kind of beginner.
> > Is there an option to swap pane from one window to another window of the
> > same
On Mon, Mar 07, 2011 at 01:36:34PM -0800, Vinoth Selvaraj wrote:
> Hi,
>
> I have been using tmux for 2 months now, so kind of beginner.
> Is there an option to swap pane from one window to another window of the
> same tmux session.
>
try something like this:
swap-pane -s :7.1 -t :8.3
> Thanks,