I have the following instruction in my .vimrc:
set clipboard=unnamedplus
With it the yank command (y) copies the highlighted text simultaneously into the internal register and the system clipboard.
In Helix the yank command is the same (y), copying the text to the internal register. Whereas y (space+Y) copies the text to the system clipboard.
Is there any way in Helix to send the highlighted text simultaneously to the clipboard and the internal register?