Re: initial directory of new panes

2014-03-25 Thread J Raynor
For cygwin, you may also need to set/export CHERE_INVOKING=1 before starting tmux, or put this in your .tmux.conf: set-environment -g CHERE_INVOKING 1 See here for more: http://article.gmane.org/gmane.comp.terminal-emulators.tmux.user/5920 http://article.gmane.org/gmane.comp.terminal-emulators

Re: initial directory of new panes

2014-03-25 Thread Thomas Adam
On Tue, Mar 25, 2014 at 06:33:45PM -0500, Mark Volkmann wrote: > Before version 1.9 when I split an existing pane, the new pane started > in the same directory as the one I split. Now new panes start in my > home directory. Was that an intentional change? Is there a way to > configure tmux to have

initial directory of new panes

2014-03-25 Thread Mark Volkmann
Before version 1.9 when I split an existing pane, the new pane started in the same directory as the one I split. Now new panes start in my home directory. Was that an intentional change? Is there a way to configure tmux to have the old behavior? --- R. Mark Volkmann Object Computing, Inc. -

Re: Version 1.9a and Meta key processing (via iTerm2)

2014-03-25 Thread Nicholas Marriott
We don't turn on modifyOtherKeys automatically in xterm anymore, you have to configure it manually. You may be hitting that. On Tue, Mar 25, 2014 at 10:25:12AM -0700, Wade Carpenter wrote: >With version 1.8, I had set up, for example, M-Up to send an escape >sequence [1;5A > >In 1.8

Version 1.9a and Meta key processing (via iTerm2)

2014-03-25 Thread Wade Carpenter
With version 1.8, I had set up, for example, M-Up to send an escape sequence [1;5A In 1.8 this was working fine, but in 1.9a, it is no longer being processed by tmux, so C-b M-Up would just print characters to the terminal instead of my bind-key: bind-key -rM-Up resize-pane -U 5 Is this an ex