jwkvam / jupyterlab-vim

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

No text buffers except the clipboard avaliable #127

Closed banderlog closed 3 years ago

banderlog commented 3 years ago

Without blackhole buffer it is very inconvenient to paste the same text into two different place.

https://stackoverflow.com/questions/3837772/vim-replace-selection-with-default-buffer-without-overwriting-the-buffer

ianhi commented 3 years ago

This was a bug in codemirror that was fixed in https://github.com/codemirror/CodeMirror/pull/6399

You should use axelfahy's fork to get a more up to date extension (works with jlab2 and 3) that (I think) uses this updated codemirror https://github.com/axelfahy/jupyterlab-vim