在终端中输入后退,会显示成^H

执行下面的代码

echo -e "stty erase ˆH" >> ~/.profile

ˆH 按住Control-V and Control-H.

使其应用上source ~/.profile

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-04-18
  • 2022-12-23
  • 2021-05-24
  • 2021-07-01
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2022-01-21
  • 2021-09-28
  • 2022-01-27
  • 2021-07-23
相关资源
相似解决方案