解决shell中(php thinker)方向键 ^[[A ^[[B 以及小键盘不能用情况

xiaoxiao2021-02-28  81

解决方案:

https://stackoverflow.com/questions/28733733/arrow-keys-not-working-in-shell

使用 artisan tinker 的时候发现方向键和小键盘都不能正常使用了,于是找到了解决办法

rlwrap php artisan tinker

当然,rlwrap如果电脑上没有的话,需要安装哟

yum install rlwrap (apt类似)

转载请注明原文地址: https://www.6miu.com/read-69005.html

最新回复(0)