Re: bind-key to a literal keycode

2011-06-18 Thread Dustin Kirkland
On Fri, Jun 17, 2011 at 8:13 PM, Dustin Kirkland wrote: > Howdy! > > I'm trying to bind some Shift- and Alt- keys using the bind-key command. > > I've found the helpful S- and M- prefixes, which is quite handy and nice. > > It seems, though, that my terminal (gnome-terminal) sets TERM=xterm, > but

Re: bind-key to a literal keycode

2011-06-18 Thread Randy Stauner
Using xfce4-terminal (TERM=xterm-265color) I see the same sequence when pressing shift-F2. The man page does not suggest that tmux supports "S-" as the shift modifier, and if it did I wouldn't know how to test it... you don't bind S-w, you just bind W... tmux does support the F2 key, but for me (

Ring terminal bell on alert

2011-06-18 Thread Marco Beck
Hi, I've just subscribed to the list and while digging through the list's archives, I've seen that this topic is currently being discussed. I just happen to have implemented a similar feature myself a couple of days ago. It would be great to have (something like) that in tmux. This patch (only te