Copying text from Vim to something else without clipboard support of Vim

Posted by edem on Super User See other posts from Super User or by edem
Published on 2012-12-03T16:31:12Z Indexed on 2012/12/05 11:10 UTC
Read the original article Hit count: 289

Filed under:

I've tried to copy text from Vim window to somewhere but it doesn't work. Decisions which I've found with google didn't help too. For instance, using the registers "* and "+.

Command vim version is (Ubuntu 12.04. Vim 7.3):

vim --version | grep clipboard
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
 -xterm_clipboard -xterm_save 

Can you help me to solve it? Should I use other vim version or are there any methods to copy text from Vim to something else?

© Super User or respective owner

Related posts about vim