What if we wanted to copy a string from one file to another or from another application to vim. I had stuck in this problem sometimes ago and thought this would be a nice thing to mention in my BLOG even if it is a simple thing.
Tuesday, June 5, 2018
How to make vim paste from (and copy to) system's clipboard?
What if we wanted to copy a string from one file to another or from another application to vim. I had stuck in this problem sometimes ago and thought this would be a nice thing to mention in my BLOG even if it is a simple thing.
Subscribe to:
Comments (Atom)
Optimize you working enviorenment : Single command to create & move to a directory in linux (C Shell, Bash)
Usually move to a directory just after creating is bit of a anxious task specially if the directory name is too long. mkdir long-name-of...
-
PPA stands for Personal Package Archive and it is a special software repository for uploading source packages to be built and published as a...
-
When we write a C++ program we use g++ -Wall -o sample sample.cpp command (file name is sample.cpp) to compile the program then we run the ...
-
In Java socket programming(Network programming) we basically study about how to implement programs that communicate over a network. When we ...