Created
June 2, 2016 14:40
-
-
Save imbradbrown/364f5734415765ca3aedce11a1c8cf23 to your computer and use it in GitHub Desktop.
Copy / Paste on Windows in Cygwin with Mac keyboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "stay next ^q stop undef start undef" >> ~/.bashrc | |
echo '"\C-v": paste-from-clipboard' >> ~/.inputrc | |
echo '"\C-z": copy-to-clipboard' >> ~/.inputrc | |
## Restart cygwin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will set COPY to
CTRL + z
and PASTE toCTRL + v