signalnerve / Ctrlp Branches
Git branch searching using CtrlP.vim
Labels
Projects that are alternatives of or similar to Ctrlp Branches
Dirdiff.vim
DirDiff.vim : A plugin to diff and merge two directories recursively.
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 Quickfixdo
Run a command on each entry of your quickfix argument list
Stars: ✭ 7 (-22.22%)
Mutual labels: viml
Formatvim
Convert current file to colored HTML, BBCode or whatever
Stars: ✭ 8 (-11.11%)
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
ctrlp-branches
Git branch search using ctrlp.vim.
INSTALLATION
- Install using your favorite Vim plugin manager. In Vundle, installation looks something like this:
echo "Bundle 'imkmf/ctrlp-branches'" >> ~/.vimrc
vim -c "BundleInstall"
- Add 'branches' to
g:ctrlp_extensions:
let g:ctrlp_extensions = [
\ 'branches',
\ ]
- Run
:CtrlPand 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].
