On Sun, May 14, 2017 at 07:12:45PM +0200, frantisek holop wrote: > Andreas Kusalananda Kähäri, 14 May 2017 14:28: > > tmux has an "escape-time" setting: > > > > escape-time time > > Set the time in milliseconds for which tmux waits > > after an escape is input to determine if it is part > > of a function or meta key sequences. The default > > is 500 milliseconds. > > > > You are probably pressing the arrow keys within this timeframe. Try > > decreasing it to something like 100: > > > > set-option escape-time 100 > > thanks, this seems to help. > is there a downside to setting this to 0?
Well, I assume it depends on whether you'd like to enter function or meta key sequences to tmux or not... If not, then there should be no downside. Regards, Kusalananda