XVim icon indicating copy to clipboard operation
XVim copied to clipboard

ctrlp integration

Open kineticac opened this issue 10 years ago • 3 comments

command shift o is great, but a ctrlp mapping would be fantastic

https://github.com/kien/ctrlp.vim

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/30551953-ctrlp-integration?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github).

kineticac avatar Feb 04 '16 22:02 kineticac

you can use the menu commands

nnoremap :xccmd openQuickly<CR>

On Thu, Feb 4, 2016 at 4:12 PM Arthur Chang [email protected] wrote:

command shift o is great, but a ctrlp mapping would be fantastic

https://github.com/kien/ctrlp.vim

— Reply to this email directly or view it on GitHub https://github.com/XVimProject/XVim/issues/925.

Mike P Land - http://mikepland.com/ Independent iOS Developer

lando2319 avatar Feb 04 '16 22:02 lando2319

Thanks @lando2319 -- was able to use this solution. Maybe you or @kineticac could tell me, is there some way to get a listing of valid :xccmd functions?

mooreniemi avatar Feb 07 '16 02:02 mooreniemi

Here is the full list.

https://github.com/XVimProject/XVim/blob/master/Documents/Developers/MenuActionList.txt

On Sat, Feb 6, 2016, 8:30 PM Alex Moore-Niemi [email protected] wrote:

Thanks @lando2319 https://github.com/lando2319 -- was able to use this solution. Maybe you or @kineticac https://github.com/kineticac could tell me, is there some way to get a listing of valid :xccmd functions?

— Reply to this email directly or view it on GitHub https://github.com/XVimProject/XVim/issues/925#issuecomment-180920892.

Mike P Land - http://mikepland.com/ Independent iOS Developer

lando2319 avatar Feb 07 '16 03:02 lando2319