release cycle of tmux

2014-10-19 Thread Helmut Tessarek
What is the release cycle of tmux? There is quite some activity in the repo, but releases are cut rather seldomly. Cheers, Helmut -- regards Helmut K. C. Tessarek lookup http://sks.pkqs.net for KeyID 0xC11F128D /* Thou shalt not follow the NULL pointer for chaos and madness await thee at

Re: hi, I can't get "tmux pipe-pane" to work

2014-10-19 Thread Sebastian Tarach
Ok nevermind I've compiled and updated tmux 1.9a from Debian 1.3-2 ( aptitude ) and two examples A and C work! ~Cheers On 20 October 2014 00:33, Sebastian Tarach wrote: > Hello, > > I want to force tmux to log my server daemon output but can't get this to > work :/ pipe-pane only works for me

Re: starting directory of new panes

2014-10-19 Thread Mark Volkmann
> On Oct 19, 2014, at 7:03 PM, Thomas Adam wrote: > >> On 20 October 2014 00:53, Mark Volkmann wrote: >> That also opened a new pane, but not in the current directory. > > Which platform? Mac OS X -- Comprehensive Se

Re: starting directory of new panes

2014-10-19 Thread Nathan Schwarz
That behavior changed a while back. Here is my workaround: bind '"' split-window -c "#{pane_current_path}" bind '%' split-window -h -c "#{pane_current_path}" bind 'c' new-window -c "#{pane_current_path}" The only problem here is, that if you open a split or new window from e.g. man you'll land in

Re: starting directory of new panes

2014-10-19 Thread Thomas Adam
On 20 October 2014 00:53, Mark Volkmann wrote: > That also opened a new pane, but not in the current directory. Which platform? -- Thomas Adam -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/

Re: starting directory of new panes

2014-10-19 Thread Mark Volkmann
Here's what I have in my .tmux.conf file: bind | split-window -h -c "#{pane_current_path}" bind - split-window -v -c "#{pane_current_path}" I think according to the release notes that should open the new pane in the current directory, but it isn't. I also pressed prefix-: and entered the followi

Re: starting directory of new panes

2014-10-19 Thread Thomas Adam
On 20 October 2014 00:20, Mark Volkmann wrote: > It used to be that when I opened a new pane in tmux it would be in the > directory of the pane I was in. Now new panes always start in my home > directory. I don't know what I could have done to change that behavior, but > I prefer the old way. Is t

starting directory of new panes

2014-10-19 Thread Mark Volkmann
It used to be that when I opened a new pane in tmux it would be in the directory of the pane I was in. Now new panes always start in my home directory. I don't know what I could have done to change that behavior, but I prefer the old way. Is there a setting for this? -- R. Mark Volkmann Object Co

hi, I can't get "tmux pipe-pane" to work

2014-10-19 Thread Sebastian Tarach
Hello, I want to force tmux to log my server daemon output but can't get this to work :/ pipe-pane only works for me when I type it myself in tmux window after attaching it. I can't "send" the pipe-pane command to detached tmux instance to start its logging. Thanks in advance I have also put scr

Re: tmux scrolling

2014-10-19 Thread Balazs Kezes
[+tmux-users] Please be respectful of others and *keep* tmux-users posted! Try pressing/clicking on reply-all in your email client. On 2014-10-18 19:35 +0530, chokden wrote: > here is my .tmux.conf > ... > set -g mode-mouse off You have disabled the mouse mode. Most probably your terminal emulat

Re: tmux and emacs

2014-10-19 Thread Balazs Kezes
On 2014-10-18 07:38 -0700, Leigh Stoller wrote: > > Also, what happens if you run "cat", press ^V Backspace, and then > > press ^V Delete. What codes were generated outside tmux and what > > inside tmux? > > Outside both say ^H but inside both say ^? Outside ^H and inside ^? sounds fine but it's b