We're a place where coders share, stay up-to-date and grow their careers.
Could you say more about what :%y+ does?
SURE!
:
%
y
+
The register + is the system clipboard.
Thanks for the explanation! Registers are on of the vim things I haven't fully incorporated into my workflow
SURE!
:
- start command mode%
- with the whole buffer...y
- yank it to...+
- the register called+
.The register
+
is the system clipboard.Thanks for the explanation! Registers are on of the vim things I haven't fully incorporated into my workflow