Hi! You can rebind the key to not accept repeats. The default is (I believe)
bind -r Down select-pane -D
-r instructs it to wait for you to press Down again within a specified
time interval. Just bind it to
bind Down select-pane -D
and similarly for Up, Left, Right

Best wishes

On 14/11/14 17:26, Kostiantyn Rybnikov wrote:
> Hi!
>
> Tmux has nice and intuitive functionality to switch between panes by pressing 
> BIND+arrow. This way I visually navigate to where I want.
>
> Problem is, I have quite a common pattern of switching to another pane, and 
> then pressing «arrowup» to see last command I did in this pane. But when you 
> immediately do «BIND, arrow, arrowup», it just switches twice, once per first 
> arrow pressed, and then another time («up»), because tmux gives you a timeout 
> to switch by multiple panes at once (by quickly pressing arrows).
>
> I would like to turn off (or set to zero) this pause, so that if I’d want to 
> switch, say, 2 windows left — I’d rather press «BIND+leftkey» twice, but I 
> would knew I don’t need to wait each time before I can press «up» inside 
> frame after switch, this annoys me a bit.
>
> Thanks for a great product!
>
>
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to