Re: How can I copy things selected to system clipbard

2010-08-08 Thread Nicholas Marriott
Use the xsel program to copy to the X clipboard. How do you mean you can't use the mouse wheel? In what program? On Wed, Aug 04, 2010 at 02:28:31PM +0800, sleetd...@gmail.com wrote: > I tmux in desktop environment, I want to copy the selection not only > to tmux's register, but also to system cl

Re: tmux fatal error in tty_start_tty

2010-08-08 Thread Nicholas Marriott
tmux 1.3? What platform? Also please try CVS HEAD, I think this might be fixed. On Fri, Aug 06, 2010 at 02:03:45PM -0700, Hunter Haugen wrote: > Hi. I started using tmux a few weeks ago, and every few days my session > was just disappearing without dropping a core file. I started it with > -v, a

Re: tmux: create session if none exists

2010-08-08 Thread Nicholas Marriott
Use: tmux attach || tmux new On Sat, Aug 07, 2010 at 07:59:31PM -0400, Noah Easterly wrote: >I'm switching from using gnu-screen to tmux, and I'm still trying to wrap >my head around changes. > >One thing I'd like to be able to do is start tmux and have it >automatically connect

tmux: create session if none exists

2010-08-08 Thread Noah Easterly
I'm switching from using gnu-screen to tmux, and I'm still trying to wrap my head around changes. One thing I'd like to be able to do is start tmux and have it automatically connect to a session if one exists, and otherwise create a new session. - tmux attach attaches to an automatically exist