Skip to content

kristianfreeman/ctrlp-branches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ctrlp-branches

Git branch search using ctrlp.vim.

INSTALLATION

  1. Install using your favorite Vim plugin manager. In Vundle, installation looks something like this:
echo "Bundle 'imkmf/ctrlp-branches'" >> ~/.vimrc
vim -c "BundleInstall"
  1. Add 'branches' to g:ctrlp_extensions:
let g:ctrlp_extensions = [
\ 'branches',
\ ]
  1. Run :CtrlP and move to the 'branches' mode, or run :CtrlPBranches.

Optionally, map CtrlPBranches to a key:

nmap <C-g> :CtrlPBranches<br>

TROUBLESHOOTING

This was hacked together on a Monday morning in about an hour. Bug reports are very helpful!

About

Git branch searching using CtrlP.vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published