codemirror-vim icon indicating copy to clipboard operation
codemirror-vim copied to clipboard

Consider setting clipboard register as the default for yanking/deleting

Open joelostblom opened this issue 2 years ago • 2 comments

Would you consider setting the system clipboard register as the default for yank/delete operation on supported platforms? We had some discussion of this in jupyterlab-vim here https://github.com/jupyterlab-contrib/jupyterlab-vim/issues/79

Possible concern where a fallback would be needed https://github.com/replit/codemirror-vim/pull/36#issuecomment-1186192936

Related:

  • https://github.com/replit/codemirror-vim/issues/29
  • https://github.com/replit/codemirror-vim/issues/35

joelostblom avatar Oct 03 '23 20:10 joelostblom

I believe the request here is an option akin to :set clipboard=unnamedplus, rather than a request to set this as the default (since this isn't the default in vim either)

firai avatar Oct 03 '23 21:10 firai