jwkvam / jupyterlab-vim

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

Suggestion: Yank copies to system clipboard #54

Open louismartin opened 6 years ago

louismartin commented 6 years ago

Hi, It would be nice if yanking lines would copy them in the system clipboard (such as in vim mode for Atom). Keep up the good work! Louis

theodcr commented 6 years ago

Hi, This has been discussed in issue #29, you can use CTRL-C to copy to the system clipboard. And browsers prohibit the use of custom keybindings to copy to and paste from the system clipboard.