ctrlp.vim icon indicating copy to clipboard operation
ctrlp.vim copied to clipboard

Pasting from clipboard via Command-V on Mac does not work

Open gamato opened this issue 9 years ago • 4 comments

Whenever I try to paste a filename from the clipboard on Mac I get errors from Ctrl-P. That's in better case, as it seems to pass pasted text directly to VIM, which can have all sort of bad consequences.

gamato avatar Nov 26 '15 12:11 gamato

:+1:

josemarluedke avatar Dec 21 '15 22:12 josemarluedke

I can paste into Ctrlp. I have Vim 7.4 (via brew) and Terminal 2.6.1. I removed all my other plugins and configs and it's still working.

bayleedev avatar Mar 04 '16 21:03 bayleedev

see: https://github.com/kien/ctrlp.vim/issues/176 see: https://vi.stackexchange.com/questions/6502/paste-from-clipboard-into-ctrlp-input-in-gvim

tanwangzugata avatar Sep 29 '17 02:09 tanwangzugata

I read the Stackoverflow post, and it works... but is there a way to make that less clunky? Is there a map I can apply to get Control-V to work as I expect/want. In meantime, I will read the source to see where the Control-\ comes from.

cdalsass avatar Feb 17 '18 16:02 cdalsass