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
After enabling the clipboard feature using VimBindings.Config.system_clipboard!(true), I occasionally get an error while trying to paste the clipboard with p.
I'm running wayland with sway 1.8.1, and the clipboard appears to be attempting to read from xclip (instead of wl-paste).
This probably needs a PR to julia itself, but I want to record it here anyways.
After enabling the clipboard feature using
VimBindings.Config.system_clipboard!(true)
, I occasionally get an error while trying to paste the clipboard withp
.I'm running wayland with sway 1.8.1, and the clipboard appears to be attempting to read from
xclip
(instead ofwl-paste
).This probably needs a PR to julia itself, but I want to record it here anyways.
The text was updated successfully, but these errors were encountered: