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
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
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.
-
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
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