Re: tmux slow in changing the window

2012-05-15 Thread Ivan Nečas
Hi, I've encountered similar problems a while ago on several terminal emulators (gnome-terminal, xterm…). Finally switching to urxvt has made the difference. -- Ivan On 05/15/2012 08:32 AM, Sinbad wrote: tmux doesn't change the window or is not quick, when the current window is emitting lot

Re: binding from inside a bash function

2012-05-07 Thread Ivan Nečas
On 05/07/2012 03:32 PM, Sinbad wrote: On Mon, May 7, 2012 at 5:24 PM, Sinbad > wrote: i'm trying to configure a bind key through a bash shell. But it is not working. here is my binding in a bash function. tmux bind-key b send-keys "run_command"