I am using vim through and SSH connection. I have a set of numbers installed, and when I try to copy sections of my code with the mouse ... it also captures numbers. Is there a good way to copy text that doesn't capture numbers with it. (I know that in this case vim I can use Y, but I need a way to copy other instances and programs).
Here is an example of what I'm talking about.
1 function foo ( home, ip, hash, regex ) 2 { 3 return false; 4 }
Thank you very much for the advice.
source share