Is there a way to yank to the multiple registers by default when no register is specified only when using yank command (eg typing y would yank to ", 0, *, and +)? #9547
Unanswered
NickJAllen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The useSystemClipboard setting is not what I want beceasue it gets overriden when I used other commands like delete (d). I want that when I explicily yank I can immediately paste into other applications. I think the useSystemClipboard settingc could be more generalized to a sequence of register names where it yanks by default when using the yank commend. So it could just be a string and I could specify multiple like 0+*".
Beta Was this translation helpful? Give feedback.
All reactions