Re: Can't bind -n "M-["

2013-03-18 Thread Nicholas Marriott
This is a bug, try this. You will still have to wait for escape-time to expire before anything happens though. diff --git a/tty-keys.c b/tty-keys.c index fab8c3f..d86d22c 100644 --- a/tty-keys.c +++ b/tty-keys.c @@ -498,6 +498,7 @@ tty_keys_next(struct tty *tty) goto complete_key;

Can't bind -n "M-["

2013-03-16 Thread Kyel Woodard
Hello, I'm trying to Alt+Left Bracket with bind -n "M-[" in my tmux.conf. I can bind Alt-Right Bracket with bind -n "M-]" just fine. I'm guessing that something is eating my input before it get's to tmux, but I can't find out what. Is there any way for me to tell if tmux is actually getting th