vim打开即跳转位置

当一个代码文件有非常多行时,我们希望用vim文件打开vim时,

能够自动的定义到我们指定的行,或者函数,或者标签处

怎么做?

跳转到100行

`vim code.php +100`

`vim code.php -c 100`

跳转到指定函数名称

`vim code.php +/function index`

跳转到指定书签位置

`vim code.php -c "'A"`

    A+
发布日期:2020年10月19日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: