You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for delivering this awesome GUI app. It's my 3rd day using it - it feels absolutely slick.
My question is how to yank strings from system clipboard to Fvim? I've attempted ; Win-V; middle mouse button etc; where I could see these key strokes correctly typed inside FVim, but not the intended strings.
I'm on Windows and my clipboard is set to
set.clipboard = "unnamedplus"
Nvim 0.8 dev and all plugins are latest
The text was updated successfully, but these errors were encountered:
This does not work for me either with WSLv2. :checkhealth reports FVimClipboard as the clipboard tool installed, however setting/un-setting the clipboard in nvim's configuration to unnamedplus has no effect and the " register does not contain content copied from Windows. Upon initial startup, nvim even thinks that there is no clipboard tool installed (it presents an error whenever I attempt to paste with p) until I run :checkhealth, after which it stops complaining.
Hi Yatli,
Thank you for delivering this awesome GUI app. It's my 3rd day using it - it feels absolutely slick.
My question is how to yank strings from system clipboard to Fvim? I've attempted ; Win-V; middle mouse button etc; where I could see these key strokes correctly typed inside FVim, but not the intended strings.
I'm on Windows and my clipboard is set to
set.clipboard = "unnamedplus"
Nvim 0.8 dev and all plugins are latest
The text was updated successfully, but these errors were encountered: