解决docker容器vim高度宽度显示不正常

docker exec -it --env COLUMNS=`tput cols` --env LINES=`tput lines` your_container_name /bin/bash

reference:

https://blog.csdn.net/DongGeGe214/article/details/86674741

猜你喜欢

转载自www.cnblogs.com/i-shu/p/11491301.html