ctrlp.vim
ctrlp.vim copied to clipboard
Pasting from clipboard via Command-V on Mac does not work
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.
:+1:
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.
see: https://github.com/kien/ctrlp.vim/issues/176 see: https://vi.stackexchange.com/questions/6502/paste-from-clipboard-into-ctrlp-input-in-gvim
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.