Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 VMD 文本模式 (vmd shell) 中激活命令历史记录或自动完成功能
vmd >
我在 Linux Ubuntu 中使用它,当我使用箭头键时,它会打印^[[A.
^[[A
该rlwrap包自动为vmd的文本模式提供此功能:
rlwrap
vmd
$ sudo apt install rlwrap