Thanks to Fabio's blog for his solution : here
This behaviour was intriduce with a System Update. To disable it, you have to do the following in you VIM console :
:set mouse-=a
Then paste with right clic will work
Hope this help !
Note :
To set this behaviour every times you edit a file, you have to add a .vimrc file in you user home :
vi ~/.vimrc
set mouse-=a
No comments:
Post a Comment