reterVision / find-complete

A vim plugin for finding files on path with file name auto-complete.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-complete

A simple vim plugin to find files on path with filename auto-complete functionality.

Installation

git clone https://github.com/stegtmeyer/find-complete.git
cp find-complete/plugin/find-complete.vim ~/.vim/plugin/

Usage

  1. Make sure your path var is set.
  2. Type :F to find a file in the path. Type a partial filename followed by tab for filename auto-complete.

Configuration

Simply edit ~/.vim/plugin/find-complete.vim to suit your needs. If you don't like the current command (:F) simply change it to what you wish.

License

[LICENSE] (https://github.com/stegtmeyer/find-complete/blob/master/LICENSE.md)

Vote for the plugin at vim.org

http://www.vim.org/scripts/script.php?script_id=4426

About

A vim plugin for finding files on path with file name auto-complete.

License:MIT License


Languages

Language:Vim Script 100.0%