vim-ctrlp-cmdpalette
vim-ctrlp-cmdpalette copied to clipboard
Extension for ctrlp.vim, to have a command palette like sublime text 2
The list of custom commands compiled in https://github.com/fisadev/vim-ctrlp-cmdpalette/blob/65adcf77c6e187100114e71e36b9e6dce1423ddd/autoload/ctrlp/cmdpalette.vim#L60 should be updated by a FileType autocommand to include buffer-local commands. How to distinguish buffer local from global commands? The naive guess...
Point to the `ctrlp.vim` maintained repository
When check command needs argument, avoid running command directly.
Currently, only `custom command` will be shown for custom command, it will be quite useful if the info like `Args` or `Definition` are also shown. Thanks!
I edited mostly the text file, so that it looks like a 3-columns table in vim. First tab is still there, so fuzzy search works as before. It needed 3...
Please include a description in your Readme.md how to embed your plugin into CtrlP as described here (https://github.com/ctrlpvim/ctrlp.vim/tree/extensions): ``` let g:ctrlp_extensions = ['cmdpalette'] ``` Thanks :)
First of all, thanks for the awesome plugin! There is a single problem which still bothers me comparing to ST command palette. Here is an example of usage: 1. I...
Hi, thank you for a really good plugin. I didn't think I needed it till I used it. Now it's almost indispensable. I had a quick question about the behavior....