lambdalisue/jupyter-vim-binding

Workaround to enable Copy/Paste with yy/p

Open

#23 geöffnet am 2. Dez. 2015

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (139 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (2.062 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide