Problem
Some characters in the terminal at tmux start:
0;10;1c
Solution
Change escape-time
option value to any non-zero value:
tmux.conf
set -s escape-time 10
Some characters in the terminal at tmux start:
0;10;1c
Change escape-time
option value to any non-zero value:
set -s escape-time 10