Home/End keys do not work in tmux

前端 未结 8 1526
无人及你
无人及你 2021-01-30 10:37

I\'m currently using tmux with xterm-256color $TERM variable. When in bash under tmux, pressing home/end would insert tilde characters (~). Outside of tmux the home/end keys wor

8条回答
  •  被撕碎了的回忆
    2021-01-30 11:10

    It appears the main problem is with using xterm-256color for $TERM. I switched $TERM to screen-256color and the problem went away.

提交回复
热议问题