rhysd / NyaoVim

Web-enhanced Extensible Neovim Frontend
Other
2.22k stars 57 forks source link

copy with mouse #135

Open c5c86a opened 6 years ago

c5c86a commented 6 years ago

When I right click at insert mode, I cannot paste

Expected Behavior

Copy-paste with mouse

Actual Behavior

No menu shown from mouse, even though at neovim it works fine with the same vimrc.

Steps to Reproduce (including precondition)

npm install -g nyaovim

Your Environment

JeanOlivier commented 6 years ago

I'd add that, even with set mouse=a, I can't select text with the mouse. In a terminal it'd go into -- (insert) VISUAL -- mode. So there might be room to improve the mouse support, or maybe there's something we're doing wrong.