All Projects → signalnerve → Ctrlp Branches

signalnerve / Ctrlp Branches

Git branch searching using CtrlP.vim

Labels

Projects that are alternatives of or similar to Ctrlp Branches

Vimrc
My vim profile
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Dirdiff.vim
DirDiff.vim : A plugin to diff and merge two directories recursively.
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Guessindent
Indentation guessing plugin for Vim
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Conf
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Reanimate
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Kaikyaku Buster
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vimfiler Prompt
navigate vimfiler by typing
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Cmake Syntax
Unmaintained; see https://github.com/pboettch/vim-cmake-syntax
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Threebean Dot Files
All my 'dot' files (zsh config, vim config)
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Painter
Painting plugin
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vim Quickfixdo
Run a command on each entry of your quickfix argument list
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Ackmore
My vim stuff.
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Ansible
My Ansible Playbooks and Dependencies
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vim Ruby X
if_ruby helper
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Formatvim
Convert current file to colored HTML, BBCode or whatever
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Shades Of Teal
A colorscheme for vim
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Bindle
My portable dotfiles and such
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Elysian.vim
elysian is a 256 terminal only colorscheme inspired by Apprentice
Stars: ✭ 9 (+0%)
Mutual labels:  viml
My.vim
Just a collection of all of the things I have in my .vim/ directory
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vim Shortcut
run vim command from buffer
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].