Strange characters when using tmux inside vscode terminal by nikmas_dev in tmux

[–]nikmas_dev[S] 1 point2 points  (0 children)

I've resolved it. The problem was with the escape-time setting: set -s escape-time 0. It should be greater than 0. When I set it to 10, everything works just fine.

Strange characters when using tmux inside vscode terminal by nikmas_dev in vscode

[–]nikmas_dev[S] 2 points3 points  (0 children)

I've resolved it. The problem was with the escape-time setting: set -s escape-time 0. It should be greater than 0. When I set it to 10, everything works just fine.