roxma / vim-tmux-clipboard

seamless integration for vim and tmux's clipboard
MIT License
290 stars 24 forks source link

Pasting into textarea e.g. gist freezes browser tab #10

Closed Industrial closed 5 years ago

Industrial commented 5 years ago

Hi.

Apparently when yanking from vim into tmux into the system register, some extra codes/characters are being copied. When I paste into a textarea e.g. gist then the browser tab is being freezed. Doing Ctrl + Shift + V doesn't change it.

When I open a gedit and paste into there and then select all and copy and then paste it into the gist, the paste is instant and the tab does not freeze. It seems gedit removes these control characters (or colors? I don't know).

Is there a way to always ignore this theme/coloring/control characters and only copy the raw text?

gr,

Tom