When accessing the VIM text editor in terminal emulators, characters may break when scrolling.
To fix this problem, a configuration can be added to the user’s .vimrc configuration file which is located in the user’s home.
echo “set tsl=0” >> $HOME/.vimrc