Skip to content

youngmoney/vim-ctrlp-modified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CtrlP Modified

A simple CtrlP plugin that is designed for easily viewing a set of files. It supports an arbitrary search command as g:ctrlp_modified_command. While it is named Ctrlp Modified it can really work for anything!

You can install with any plugin manager:

Plugin 'youngmoney/vim-ctrlp-modified'

Git user may want something like:

g:ctrlp_modified_command = "git status --porcelain -z --untracked-files=all | tr '\0' '\n' | cut -c 4-"

About

CtrlP plugin that to view changed files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published