Re: Output to another pane in tmux

2010-04-21 Thread Captain America
22.04.2010 01:29, Nicholas Marriott пишет: > You could make a fifo then do tail -f /my/fifo in one pane and > ls>/my/fifo in the other. > > You can copy stuff between panes also by putting it in tmux buffers and > pasting it, or using send-keys. > > > On Wed, Apr 21, 2010 at 10:44:48PM +0400, Capta

Re: Output to another pane in tmux

2010-04-21 Thread Nicholas Marriott
You could make a fifo then do tail -f /my/fifo in one pane and ls >/my/fifo in the other. You can copy stuff between panes also by putting it in tmux buffers and pasting it, or using send-keys. On Wed, Apr 21, 2010 at 10:44:48PM +0400, Captain America wrote: > 21.04.2010 21:36, Nicholas Marriott

Re: Output to another pane in tmux

2010-04-21 Thread Captain America
21.04.2010 21:36, Nicholas Marriott пишет: > You could hack it with copy and paste, but why do you want to do this? > > > On Wed, Apr 21, 2010 at 09:21:54PM +0400, Captain America wrote: > >> Hi. >> >> I've just started to use tmux and I have a question. Is it possible to >> redirect an output

Re: Output to another pane in tmux

2010-04-21 Thread Nicholas Marriott
You could hack it with copy and paste, but why do you want to do this? On Wed, Apr 21, 2010 at 09:21:54PM +0400, Captain America wrote: > Hi. > > I've just started to use tmux and I have a question. Is it possible to > redirect an output from one pane into another? Say, I have two panes > open

Output to another pane in tmux

2010-04-21 Thread Captain America
Hi. I've just started to use tmux and I have a question. Is it possible to redirect an output from one pane into another? Say, I have two panes opened and type a command 'ls' in the pane zero. Can I redirect the output from the command into the pane one? If it's impossible, can I use the tmux