thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Is it possible to remap the copy and paste shortcut keys? #716

Closed krzkrzkrz closed 4 years ago

krzkrzkrz commented 4 years ago

Is it possible to configure termite to have ctrl+c and ctrl+v for copy and paste?

Narrat commented 4 years ago

In general: As there are no customizable keybinds, no. You would need to change the source (but dunno if in termite or vte-ng) But your reworked ctrl-c would clash with the ability to send SIGINT via the same keybind to a process.

krzkrzkrz commented 4 years ago

Thank you for this feedback