在vi中使用方向键出现字符或者数字的情况

此时是因为vim安装的问题

可以先卸载,再重新安装

sudo apt-get remove vim-common && apt-get autoremove && apt-get autoclean

sudo apt-get install vim

即可

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-05-06
  • 2021-10-23
  • 2021-12-25
相关资源
相似解决方案