On 2009/11/10 11:53, Nicholas Marriott wrote: > CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2009/11/10 11:53:11 > > Modified files: > usr.bin/tmux : tmux.1 tmux.c > > Log message: > There is no real standard for modifier plus function keys. Previously, tmux > output some from rxvt but in other ways did the same as xterm or other > terminals, but this is a bit inconsistent. > > xterm's method is fairly sensible and we already support it (xterm-keys), so > enable it by default instead. >
If you use vi with cursor keys rather than hjkl, and have problems with pressing esc and immediately moving the cursor wiping out your text, you might want to 'setw -g xterm-keys off' in tmux.conf. :-)
