linux下添加行数和修改tab空格数

在/etc/vimrc文件中添加:

  set nu

  set ts=4

保存即可

原文地址:https://www.cnblogs.com/coolYuan/p/7562234.html