yatli / fvim

Cross platform Neovim front-end UI, built with F# + Avalonia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not possible to select messages with the mouse

Eloitor opened this issue · comments

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

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.