vim中使用find

参考http://www.sudu.cn/info/html/edu/20080102/282299.html

在linux中使用find命令查找文件我们都知道的,

如果不知道的去面壁吧

好,

我们说下怎么在vim中使用find

我们经常碰到一种场景,就是vim一个文件,可能需要同时vim另外一个文件,而刚好这个文件跟刚才打开的文件不在同一个目录,可能我们会用vim index.php,然后vsplit Lib/Action/IndexAction.class.php

但是这样使用还是有点儿麻烦

这里我们可以在vim中使用find来轻松搞定

首先vim一个文件

vim index.php

需要设置路径path

:set path=.,/var/www/html/thinkphp/**

设置多个目录的路径

:set path=.,/var/www/html/thinkphp/**,.,/home/yansiyu/**

然后再使用

:find IndexAction.class.php

我们还可以将set path=.,/var/www/html/thinkphp/**加入/etc/vim/vimrc中

这样以后可以直接使用find了

如果是在win下面的gvim中,我们该如何设置,经过摸索

:set path=E:/wamp/www/alipay/**,E:/wamp/www/alipaynew/**

    A+
发布日期:2021年07月26日  所属分类:未分类

发表评论

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