The ultimate Vim configuration: vimrc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
amix 3052a646e0 Forked peepopen 11 years ago
..
plugin Forked peepopen 11 years ago
README Forked peepopen 11 years ago
README.md Forked peepopen 11 years ago

README.md

vim-peepopen

A plugin for the Vim text editor. PeepOpen provides fuzzy search of filenames and paths in a programming project.

Installation

Get the PeepOpen.app and open it at least once to approve the Mac OS X security dialog.

Standard:

Copy peepopen.vim to your ~/.vim/plugin directory.

With Tim Pope's Pathogen:

Copy the entire vim-peepopen plugin directory to your ~/.vim/bundle directory.

Usage

<Leader>p opens the current project directory with the PeepOpen application.

Use the vim-rooter plugin for automatic assignment of the current working directory for projects stored in Git.

(Leader is mapped to '' by default)

Options

Automatically quit PeepOpen when Vim exits.

let p:peepopen_quit = 1

Credits