vi编辑器中关键字高亮设置、行号设置

vi编辑器十分强大,学习,与大家分享

今天分享一点

vi编辑器中关键字高亮设置、行号设置

1.打开终端输入如下命令

 cd /usr/share/vim

 sudo vim vimrc

2.需要获取root密码,不可见,如果输入错误会出现错误提示

Password:

Sorry, try again.

Password:

Sorry, try again.

Password:

Sorry, try again.

sudo: 3 incorrect password attempts


3.进入配置文件之后根据自己需要进行配置

  1 " Configuration file for vim

  2 set modelines=0     " CVE-2007-2438

  3 

  4 " Normally we use vim-extensions. If you want

  5 " remove change the following statements

  6 set nocompatible    " Use Vim defaults instea

  7 set backspace=2     " more powerful backspaci

  8 set ai" auto indenting

  9 set history=100 "keep 100 lines of history

 10 set ruler "show the cursor position

 11 syntax on"syntax highlighting

 12 set hlsearch

 13 set number

 14 

 15 

4.双引号后面是注释,可加可不加

5.保存文件shift+zz退出

6.再次运行sudo vim vimrc

ok



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值