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

前端之家收集整理的这篇文章主要介绍了解决shell中(php thinker)方向键 ^[[A ^[[B 以及小键盘不能用情况前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

解决方案:

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


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


rlwrap PHP artisan tinker

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

yum install rlwrap (apt类似)

原文链接:https://www.f2er.com/bash/392807.html

猜你在找的Bash相关文章