yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia
MIT License
1.29k stars 26 forks source link

Not possible to select messages with the mouse #235

Open Eloitor opened 1 year ago

Eloitor commented 1 year ago

In nvim, when I get some message I can open it with :mes and select it with the mouse. In fvim, I can't select the text in the :mes box.

I'm on linux. I compiled fvim myself using dotnet publish fvim.fsproj -c Release -f net6.0 -r linux-x64

yatli commented 1 year ago

hmm this one. I think it's a neo/vim limitation, whereas in a terminal (without :set mouse I think) you're free to copy anything from the screen buffer.

will have to think about this -- useful, but non-trivial.