Monday, 15 July 2019

windows - Good Alternative to Cygwin with Copy/Paste?


I am annoyed that I can't copy and paste into Cygwin... is there a good alternative to Cygwin that will let me do this?



Answer



From the official Cygwin FAQ:


How can I copy and paste into Cygwin console windows?


First, consider using mintty instead of the standard console window. In mintty, selecting with the left-mouse also copies, and middle-mouse pastes. It couldn't be easier!


In Windows's console window, open the properties dialog. The options contain a toggle button, named "Quick edit mode". It must be ON. Save the properties.


You can also bind the insert key to paste from the clipboard by adding the following line to your .inputrc file:


"\e[2~": paste-from-clipboard 

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...