jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
966 stars 73 forks source link

y, y doesn't yank current line into system's clipboard #108

Open amosbird opened 4 years ago

amosbird commented 4 years ago

It yanks correctly inside jupyterlab, but doesn't go into system clipboard. Yanking in visual mode however does.

kylepollina commented 4 years ago

I have not been able to reproduce this. Yanking in visual mode does not copy to system clipboard. But this is normal vim behavior

amosbird commented 4 years ago

this is normal vim behavior

Ok, but this isn't vim :) I think having clipboard synced with system is more intuitive. Perhaps some options can be added