ubuntu14.10终端输入vim:

The program 'vim' can be found in the following packages:
 * vim
 * vim-gnome
 * vim-tiny
 * vim-athena
 * vim-gtk
 * vim-nox
Try: sudo apt-get install <selected package>

ubuntu14.10默认的vim版本是vim-tiny,想要用的话就在终端输入vim.tiny

vim-tiny简化版的,不是很好用,建议卸载后安装完全版vim

卸载自带vim命令:apt-get autoremove vim-common

安装vim命令:apt-get install vim

相关文章:

  • 2022-12-23
  • 2021-04-12
  • 2022-01-07
  • 2022-01-11
  • 2022-12-23
  • 2021-05-29
  • 2021-12-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案