lambdalisue/jupyter-vim-binding

Workaround to enable Copy/Paste with yy/p

Open

#23 创建于 2015年12月2日

在 GitHub 查看
 (3 评论) (1 反应) (0 负责人)JavaScript (139 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (2,062 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南