Linux(Centos) 设置显示vim行号

1、修改vimrc文件

vim  /etc/vimrc  

2、在最后添加

set nu  

  如下图片所示

然后wq! 保存退出 

Linux(Centos) 设置显示vim行号

相关推荐