replit / codemirror-vim

Vim keybindings for CM6
https://www.npmjs.com/package/@replit/codemirror-vim
MIT License
289 stars 30 forks source link

Consider setting clipboard register as the default for yanking/deleting #142

Open joelostblom opened 12 months ago

joelostblom commented 12 months ago

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:

firai commented 12 months ago

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)