vim个人总结

命令模式下:set nu->查看行号;noh->no highlight; ?->逆向查找;/正向查找

#vim html.txt

vim search function: ? used to search up the current postion, / used to search down the current postion; shift+n,the specify the next backly;   it will case sensitive when we "set ignorecase" which is equal to use /\cfoo ,the "foo" is your keyword
input "noh" will remove the highlight,you can try now

:set autoindent 

 

  • 缩进问题,设置set paste选项,这样粘贴代码时就不会产生缩进了,但是如果需要缩进的时候又要把该选项改回set nopaste。这样换来换去很麻烦,所以可以设置一个开关。

set pastetoggle <F9>


  • 与u命令相反的redo命令:ctrl+r

  • 快速清空整个文件,可以使用命令: 在命令模式下,首先执行 gg 跳至文件首行 再执行:dG 这样就清空了整个文件,shift+g跳至文件末行

  • 回到上一次编辑的地方,执行快捷键(连续按两个单引号或反引号),''或者``
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值