加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
v
v.1
Loading...
README
V(1)                             User Commands                            V(1)



NAME
       v - z for vim


SYNOPSIS
       v [-a] [-c] [-l] [-[0-9]] [--debug] [--help] [regex1 regex2 ... regexn]


AVAILABILITY
       bash, vim


INSTALLATION
       Put v somewhere in $PATH (e.g. /usr/local/bin/).
       For   the   manual   page,   put   v.1   somewhere  in  $MANPATH  (e.g.
       /usr/local/man/man1/).


DESCRIPTION
       v uses viminfo's list of recently edited files to open one  quickly  no
       matter where you are in the filesystem.

       By  default, it will open the most recently edited file matching all of
       the provided regular expressions.


OPTIONS
       -a           don't skip deleted files
       -c           restrict matches to subdirectories of the current dir
       -l           when multiple matches, show a list
       -[0-9]       edit nth most recent file
       --debug      dry run
       --help       show a brief help message


EXAMPLES
       v            list and choose from all files
       v -0         reopen most recently edited file
       v foo bar    edit first file matching foo and bar
       v -c foo bar choose files in current dir matching foo and bar
       v -l foo bar list and choose files matching foo and bar


NOTES
       Shell variables, such as $, must be escaped if used in regular  expres-
       sions.

       Behavior
       The  default  behavior is to open the most recent file that matches the
       search terms, even if there are multiple matches.

       You may find it useful to alias vl='v  -l'.  When  there  are  multiple
       matches,  this  will prompt for a choice, rather than editing the first
       match. The author is still  not  sure  which  behavior  should  be  the
       default, and has chosen one provisionally.


SEE ALSO
       vim(1), regex(7)

       Please file bugs at https://github.com/rupa/v/



v                                February 2011                            V(1)

空文件

简介

暂无描述 展开 收起
Roff 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化