Re: Not able to paste

2012-12-04 Thread Patrick Shanahan
* The Cop [12-04-12 17:59]: > today I switched from screen to tmux and am really satisfied with it. > There's one problem I have with it: When I try to paste something in > Putty (using W7) when running tmux, nothing happens (via right-click). > This does not happen when not using tmux/using scr

Not able to paste

2012-12-04 Thread The Cop
Hi, today I switched from screen to tmux and am really satisfied with it. There's one problem I have with it: When I try to paste something in Putty (using W7) when running tmux, nothing happens (via right-click). This does not happen when not using tmux/using screen. Running Debian Wheezy and

Re: pane name or predefined index

2012-12-04 Thread Nicholas Marriott
No panes don't have names and the index is determined by their position. You can use the pane id (%whatever) to uniquely identify a pane no matter where it goes. Try for example: $ PANE=$(tmux splitw -dPF '#{pane_id}') $ tmux killp -t$PANE On Mon, Dec 03, 2012 at 11:36:57PM +0400, Sergey Naumov

Re: tmux in tmux

2012-12-04 Thread Romain Francoise
Thomas Adam writes: > Nope. Not without nesting. But you can nest and use a different prefix in the inner tmux... -- LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile de

Re: tmux in tmux

2012-12-04 Thread Thomas Adam
Hi, On 4 December 2012 14:06, shawn wilson wrote: > is there a way to have a split that has sessions inside it without > just running tmux again? i don't want to have to hit ctrl+b+b to do > every thing. i guess what i want are layers - so i can still have > splits that are contained within a win

tmux in tmux

2012-12-04 Thread shawn wilson
is there a way to have a split that has sessions inside it without just running tmux again? i don't want to have to hit ctrl+b+b to do every thing. i guess what i want are layers - so i can still have splits that are contained within a window. --

Re: Session running but won't re-attach

2012-12-04 Thread Sol Jerome
Did you upgrade tmux recently? I see this when I have upgraded tmux and have an older version of the server running.