Skip to content

saks/gpicker.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

gpicker.vim

Bindings for gpicker, fast file chooser. Mainteners: Sergey Avseyev Contributors: saksmlz

Release Date: May 12, 2012 Version: 0.4 Keywords: autocompletion

Installation

Extract the archive or clone the repository into a directory in your 'runtimepath' or use pathogen.

Usage

To launch the gpicker:

            <Leader>mr - Opens the gpicker from directory of file.
            <Leader>mg - Opens the gpicker from current directory.
            <Leader>mf - The same as above, but don't guess SCM.
            <Leader>mb - Opens the gpicker to chose from list of
                         current buffers.
            <Leader>mm - Opens the gpicker feeding entries from
                         mlocate database (use g:gpicker_mlocate_db to
                         choose one, by default: "/var/lib/mlocate/mlocate.db")

          You can also use the commands correspondingly:

            ":GPickFileFromHere"
            ":GPickFile"
            ":GPickFileDefault"
            ":GPickBuffer"
            ":GPickLocate"

If you are want to open file each file in the separate tab, add this like to your .vimrc:

" GPicker settings
let g:gpicker_open_file_in_tabs = 1

About

gpicker plugin for vim. This is a form of https://github.com/alk/gpicker plugin for vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published