Git Product home page Git Product logo

v's Introduction

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)

v's People

Contributors

grota avatar rupa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.