Home and End keys do not work in Tmux integration mode w/ screen-256color
Using a regular window with iTerm set to xterm-256color
and tmux configured to use TERM=screen-256color
inside
results in the following escapes (captured inside tmux) when pressing the Home and End keys:
^[[1~
^[[4~
(tmux.conf contains set -g default-terminal screen-256color
)
While when using tmux integration mode, the escapes are wrong (looks like they are raw/untranslated escapes from xterm, ie. bypassing the tmux input translation, which should convert them to screen escapes):
^[[H
^[[F
Version: 2.9.20150626 com.googlecode.iterm2.plist