jpalardy / vim-slime

A vim plugin to give you some slime. (Emacs)
http://technotales.wordpress.com/2007/10/03/like-slime-for-vim/
MIT License
1.87k stars 227 forks source link

X11 Garbled Text #330

Closed mwlow closed 2 years ago

mwlow commented 2 years ago

Hi,

vim-slim seems to be sending garbled text when using the X11 option. Some of the other ones, like vimterminal, work fine.

3 + 5 currently gets turned into =[10;5u

I've checked .slime_paste and the correct thing is there. Anyone have any ideas?

mwlow commented 2 years ago

Resolved: looks like something is wrong with vim copy and paste in general

rivten commented 1 month ago

Hello ! @mwlow coming late but I think I have the same issue. I thought it could be somewhat related to keyboard mapping. Did you find out what was wrong in general and were you able to fix it ?