I'm running tmux fine in mintty (64 bit version though). I have the terminal type in mintty set to xterm256-color. I have this in my .tmux.conf, though I don't think any of it is necessarily relevant in your situation.
# Set prefix key to C-a set -g prefix C-a unbind C-b bind C-a send-prefix # So Vim works. With screen-256color most things work, but some keys such as # HOME and END don't. With xterm-256color most things seem ok....of course # this requires a terminal that really can emulate an xterm-256color. set -g default-terminal "xterm-256color" setw -g xterm-keys on On 26 June 2014 22:59, DJ Sylvester <dsylves...@gmail.com> wrote: > I searched Google. > I looked at sourceforge tickets http://sourceforge.net/p/tmux/tickets/ > I've read this Cygwin tmux announcement: > https://cygwin.com/ml/cygwin-apps/2014-06/msg00018.html > I've reinstalled tmux with cygwin-x86 installer. > > I've had no luck. > > ctrl+b "command" is not working for me. > > I'm running a default mintty as installed by cygwin-x86 on Win-7 with a > few aliases defined, nothing else. My.tmux.conf file is empty. > > To reproduce: > 1. start tmux > 2. ctrl+b % (outputs 5u) > 3. ctrl+b " (no outputs, does nothing) > 4. ctrl+b c (no outputs, does nothing) > > No commands are working. Not sure what to try next. > Thanks. > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Philip Daniels. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple