Copy Paste (CTRL+C) command doesn't work for Linux terminals as CTRL+C is used for SIGINT signal to stop/interrupt works on Linux shell.
You are on Windows but need to have Linux shell like bash or zsh and using one of popular terminal emulators
- Download and Install AHK (AutoHotKey) // https://autohotkey.com/
- Put copy-paste.ahk anywhere in your machine and double click after saving it.
- Voila, now Alt + C (same position as CMD + C) will work just like Macbook on most of Linux Terminal emulators on Windows (tested with Cmder, MinTTY, Hyper.JS)
- Simply open folder below
%appdata%\Microsoft\Windows\Start Menu\Programs\Startup
- Right click on empty space in File Explorer, right click then 'create new shortcut'
- Point the new shortcut to your
*.ahk
script
If your terminal emulator doesn't use Shift + Insert and Ctrl + Insert for copy/paste, modify copy-paste.ahk accordingly: https://autohotkey.com/docs/commands/Send.htm