A screencast comparing gnome-terminal (left) to alacritty (right) will do better than words:  The key_binding I invoked is visible on the screencast, it is: ``` - { key: V, mods: Control|Shift, action: Paste } ``` ... and I tried `PasteSelection`, with the same results. Am I doing something wrong or is it a bug? This is alacritty master @ 4e9b1c590e8b0990f5f43fa9d7c53a31a92840a8 vs. gnome-terminal 3.18.3, no tmux, under Ubuntu 16.04.3 LTS.