Any way to send signals from tmux to a process running within a pane?

2013-03-14 Thread James Jong
I have a process that is mibehaving and controls the stdin of the terminal in a pane in tmux. I would like to kill the process without having to kill the pane. Is this possible using any of the tmux commands? In case it helps, I am using the latest version from the git repository. Thanks, James

Re: Copying between buffer and clipboard

2013-03-14 Thread Nicholas Marriott
It is the same as using xclip but you use it from copy mode rather than needing to copy first and use the prefix, look at the example in the man page for how to bind it. On Thu, Mar 14, 2013 at 01:06:25PM -0400, James Jong wrote: >Thanks Nicholas. I just built the latest tmux from git* >

Re: Copying between buffer and clipboard

2013-03-14 Thread James Jong
Thanks Nicholas. I just built the latest tmux from git >git describe 1.7-227-g919bde7 How do bind & use the copy-pipe command? Why is that better than using xclip? James On Tue, Mar 12, 2013 at 12:33 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Either run tmux from git and