I was using an Elementary Terminal for a long time and there was a possibility to copy and paste by ctrl+c/ctrl+v and also terminate a process. Is there some way to configure the Gnome Terminal like this?
2 Answers
There is no way to use the same keybinding for both copying and terminating a process. The system would have no way to know what you want to achieve with the keypress.
You can assign "Edit - Copy" to Ctrl+c, but then you will need to change the corresponding terminal shortcut to something else.

- 88,010
Yes, there is a way to use the same keybinding for both copying and terminating a process, just not with Gnome Terminal (unless it has been updated since the last time I used it).
I use Tilix in GTK based desktops (e.g., Cinnamon, but it also should work in Gnome), and Konsole and Yakuake in QT based desktops (e.g., KDE Plasma). Tilix, Konsole and Yakuake all have this ability. Assign Ctrl+C to the Copy action under settings/preferences, and the these terminals are smart enough to detect whether there is a process running in the terminal. If so, Ctrl+c will terminate the process. If not, Ctrl+c will copy.
shift+ctrl+c
andshift+ctrl+v
– glenn jackman Jul 09 '21 at 15:50