Right now, I have Copy and Paste bound to Ctrl + Shift + C and Ctrl + Shift + V in the Ubuntu terminal. However, that is not ideal. I would like Copy and Paste to work like in any other application, using Ctrl + C and Ctrl + V.
Q1: When I bind Copy to Ctrl + C, how can I then kill processes?
Q2: Would it be possible to bind kill processes to Ctrl + Shift + C ?
Asked
Active
Viewed 42 times
0
-
2This might be helpful change bash shortcut keys such as Ctrl-C? – singrium Feb 06 '20 at 08:56
-
2and https://unix.stackexchange.com/questions/114392/copy-paste-in-a-terminal-without-shift and https://askubuntu.com/questions/53688/making-ctrlc-copy-text-in-gnome-terminal – Rinzwind Feb 06 '20 at 08:56
-
@Rinzwind and singrium Thank you! I was able to rebind it thanks to the links you provided. – r0f1 Feb 06 '20 at 09:36
-
Then I shall close it as a dupe :D – Rinzwind Feb 06 '20 at 09:38