lambdalisue/jupyter-vim-binding

Workaround to enable Copy/Paste with yy/p

Open

#23 aperta il 2 dic 2015

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)JavaScript (139 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (2062 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Copy and paste via yy and p is desired feature. However, most of modern browser disallow javascript to access system clipboard.

I need some workaround to enable this while Jupyter usually started on locally so it should be able to tell browser to allow clipboard accessing.

Ref: https://github.com/lambdalisue/jupyter-vim-binding/issues/4

Guida contributor