Surfingkeys icon indicating copy to clipboard operation
Surfingkeys copied to clipboard

[ACE Vim editor]: Copy to clipboard?

Open 097115 opened this issue 3 years ago • 1 comments

When editing some text in ACE Vim editor, can we copy a selection to the system clipboard?

097115 avatar Aug 31 '22 04:08 097115

Oh, it's just system's <C-c>/<D-c>, right?

And I can't create a mapping for it, correct? Like, aceVimMap('Y', SOMETHING, 'visual') to use Y to copy the current selection to the system clipboard? Or in some other way?

097115 avatar Sep 02 '22 03:09 097115

Yes, you're right.

Unfortunately there is no way to create such mapping so far.

brookhong avatar Oct 02 '22 11:10 brookhong