Re: mintty and C-Tab

2014-05-25 Thread Nicholas Marriott
Easiest if you just want to bind them is to do something like set -ag terminal-overrides '*:kf19=\E[1;5I:kf20=\E[1;6I' and then bind F19 and F20. On Sun, May 25, 2014 at 10:11:06PM +0200, Kresimir Kukulj wrote: > Hi, > > mintty (cygwin terminal) can sent c-tab and c-s-tab sequences. > > http

mintty and C-Tab

2014-05-25 Thread Kresimir Kukulj
Hi, mintty (cygwin terminal) can sent c-tab and c-s-tab sequences. https://code.google.com/p/mintty/issues/detail?id=195 They use: c-tab ^[[1;5I c-stab ^[[1;6I I don't find any way of using bind-key with a raw sequence (like screen can). Is there a way to configure tmux for these sequences ?

Re: [tmux:tickets] #130 Garbled screen after printing '\x0e'

2014-05-25 Thread Balazs Kezes
On 2014-05-21 18:04 +, siebz0r wrote: > To reproduce: > echo '\x0e' > Then try to type something, the characters will be garbled (well > actually their different characters). AFAIK this is working as intended. You are enabling the alternate character set. In tmux/bash you can disable this

Re: [tmux:tickets] #130 Garbled screen after printing '\x0e'

2014-05-25 Thread Patrick Shanahan
* siebz0r [05-25-14 06:42]: > > > > --- > > ** [tickets:#130] Garbled screen after printing '\x0e'** > > **Status:** open > **Labels:** bug > **Created:** Wed May 21, 2014 06:04 PM UTC by siebz0r > **Last Updated:** Wed May 21, 2014 06:04 PM UTC > **Owner:** nobody > > While printing random

Re: How to perform a copy-mode search from a normal binding

2014-05-25 Thread Nicholas Marriott
Use copy-mode then send-keys Original message From: Marcelo MontĂș Date: 23/05/2014 18:16 (GMT+00:00) To: tmux-users@lists.sourceforge.net Subject: How to perform a copy-mode search from a normal binding Hi, I'm trying to create a normal binding to the copy-mode search.

Re: [tmux:tickets] #131 feature request: configuration parameters for window flags

2014-05-25 Thread Thomas Adam
Hi, I really don't think this is necessary. -- Thomas Adam On 22 May 2014 18:36, gsigms wrote: > -- > > * [tickets:#131] feature > request: configuration parameters for window flags* > > *Status:* open > *Created:* Thu M

[tmux:tickets] #130 Garbled screen after printing '\x0e'

2014-05-25 Thread siebz0r
--- ** [tickets:#130] Garbled screen after printing '\x0e'** **Status:** open **Labels:** bug **Created:** Wed May 21, 2014 06:04 PM UTC by siebz0r **Last Updated:** Wed May 21, 2014 06:04 PM UTC **Owner:** nobody While printing random characters to the terminal I quickly found out that som

How to perform a copy-mode search from a normal binding

2014-05-25 Thread Marcelo MontĂș
Hi, I'm trying to create a normal binding to the copy-mode search. Instead of typing `prefix [` then `?`, I would like to press a single key to do this. My first thought was Ctrl-/, but it seems that tmux doesnt' allow mapping this key. So I've been trying to map , but none of the following work

[tmux:tickets] #131 feature request: configuration parameters for window flags

2014-05-25 Thread gsigms
--- ** [tickets:#131] feature request: configuration parameters for window flags** **Status:** open **Created:** Thu May 22, 2014 05:36 PM UTC by gsigms **Last Updated:** Thu May 22, 2014 05:36 PM UTC **Owner:** nobody afaik, window flag (current/bell/zoom/...) characters are hardcoded. It w