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.73k stars 240 forks source link

Swap ctrl+shift+insert with shift+insert, paste PRIMARY/CLIPBOARD #645

Closed adabru closed 3 years ago

adabru commented 5 years ago

My browser, VS Code, Geany, konsole terminal etc. paste CLIPBOARD when pressing shift+insert. But termite (and also gnome-terminal by the way) pastes PRIMARY when pressing shift+insert. It pastes CLIPBOARD when pressing ctrl+shift+insert. My system is on wayland+sway.

Steps to reproduce:

I expect the text CLIPBOARD PRIMARY to be pasted. Instead, the text PRIMARY CLIPBOARD is pasted.

Could you swap these two bindings?

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.