All Projects → sgur → Ctrlp Extensions.vim

sgur / Ctrlp Extensions.vim

Plugins for ctrlp.vim

Labels

Projects that are alternatives of or similar to Ctrlp Extensions.vim

Vim Hexedit
Hexedit is a plug-in under VIM, which is used to strengthen the hex editing ability of VIM.
Stars: ✭ 42 (-17.65%)
Mutual labels:  viml
Arua Meta
Standards, RFCs and discussion of the Arua language
Stars: ✭ 45 (-11.76%)
Mutual labels:  viml
Cscope.vim
create cscope database and connect to existing proper database automatically.
Stars: ✭ 49 (-3.92%)
Mutual labels:  viml
Vimenv
Configure Vim environment
Stars: ✭ 42 (-17.65%)
Mutual labels:  viml
Vimrc1234567
Personalized vimrc with C++, Markdown, and text editing at its core.
Stars: ✭ 44 (-13.73%)
Mutual labels:  viml
Unite Colorscheme
A unite.vim plugin
Stars: ✭ 45 (-11.76%)
Mutual labels:  viml
Vim Colors duotones
deprecated - please use Base2Tone-vim
Stars: ✭ 41 (-19.61%)
Mutual labels:  viml
Vim Qargs
A Vim plugin that adds a :Qargs utility command, for populating the argument list from the files in the quickfix list.
Stars: ✭ 50 (-1.96%)
Mutual labels:  viml
Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+1919.61%)
Mutual labels:  viml
Vim Js Indent
JavaScript indentation for VIM
Stars: ✭ 49 (-3.92%)
Mutual labels:  viml
Vim Textobj Lastpat
Vim plugin: Text objects for the last searched pattern
Stars: ✭ 42 (-17.65%)
Mutual labels:  viml
Vimrc
💺 Options for my preferred text editor.
Stars: ✭ 43 (-15.69%)
Mutual labels:  viml
Vim Debugger
🐾 Vim script debugger 🐛
Stars: ✭ 47 (-7.84%)
Mutual labels:  viml
Vimstuff
Various bits and pieces that work with Vim
Stars: ✭ 42 (-17.65%)
Mutual labels:  viml
Vim Seeing Is Believing
Stars: ✭ 50 (-1.96%)
Mutual labels:  viml
Change Inside Surroundings.vim
vim plugin to change the contents of the innermost 'surrounding'
Stars: ✭ 41 (-19.61%)
Mutual labels:  viml
Plaintasks.vim
An implementation of Sublime's PlainTasks plugin for Vim
Stars: ✭ 45 (-11.76%)
Mutual labels:  viml
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (+0%)
Mutual labels:  viml
Vimtips Fortune
A vimtips to fortune software.
Stars: ✭ 50 (-1.96%)
Mutual labels:  viml
Vim Smartword
Vim plugin: Smart motions on words
Stars: ✭ 48 (-5.88%)
Mutual labels:  viml

ctrlp-extensions.vim

Extensions for ctrlp.vim

  • cmdline : cmdline history
  • yankring : yank history
  • menu : extension selector menu

Demo

menu

Requirement

Usage

:CtrlPCmdline

Invoking CtrlP in cmdline-history

:CtrlPMenu

Invoking CtrlP in CtrlP extensions (including files, buffers, mrus,)

:CtrlPYankring

Invoking CtrlP in yank history

Cutomization

g:ctrlp_yankring_disable

Set 1 to disable yankring feature.

It is useful with yankround.vim plugin.

g:ctrlp_yankring_limit

Limit display item number to this value.

" default value
let g:ctrlp_yankring_limit = 100

g:ctrlp_yankring_minimum_chars

The minimum type keys to start searching candidates

" default value
let g:ctrlp_yankring_minimum_chars = 2

License

MIT License

Author

sgur <[email protected]>

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].