Defeat various key repeating niggles.
authorIain Patterson <me@iain.cx>
Mon, 5 Sep 2011 15:11:00 +0000 (16:11 +0100)
committerIain Patterson <me@iain.cx>
Fri, 17 Feb 2012 16:01:42 +0000 (16:01 +0000)
commit35a3cbb0c868c98f17cd0352e96414c3347760be
treedb9be87d3a78cd4749a1a2181f4bcf6ae1159e15
parent9da18ed22b25eaffe868fd6e68a60035bcdf3063
Defeat various key repeating niggles.

Don't allow key repeating for unshifted keys and arrows.

Switch to pane left with ^p l.
Start typing ls.
Find yourself two panes left.

But allow control-alt-h/j/k/l to resize windows with repeats.

Using alt on its own doesn't work because terminal funkiness will lead
tmux to think, for example, alt-k was pressed if ^p^k is quickly followed
by escape then ^k.  This can (and does) happen when switching to a pane
and immediately recalling the previous history entry.
.tmux.conf