58

GitHub - jasoncodes/ctrlp-modified.vim: Easily open locally modified files in yo...

 6 years ago
source link: https://github.com/jasoncodes/ctrlp-modified.vim
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.markdown

ctrlp-modified.vim

Easily open locally modified files in your git-versioned projects.

The idea is that you're likely to be editing the same files again, or maybe you just want to catch up on the progress you've made after coming back from a break.

  • :CtrlPModified shows all files which have been modified since your last commit.
  • :CtrlPBranch shows all files modified on your current branch.

Installation

Add ctrlp-modified after ctrlp in your Vundle config:

Bundle 'kien/ctrlp.vim'
Bundle 'jasoncodes/ctrlp-modified.vim'

Then set yourself up some mappings:

map <Leader>m :CtrlPModified<CR>
map <Leader>M :CtrlPBranch<CR>

License

MIT License.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK