1
1
I already know that you can copy something the a register using: (plus a yank, delete, etc. command)
"a
I also understand that you can append to the a register using:
"A
In addition I understand how to copy something to the clipboard register using:
"+
The question Here is what do I type to append to the clipboard register?
Edit: This probably shouldn't be necessary but my VIM version is:
Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:59) Huge version with GTK2 GUI.
This shouldn't be necessary but here is the my vim version. – Jason Basanese – 2015-07-04T03:39:33.950
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:39:59) Huge version with GTK2 GUI. – Jason Basanese – 2015-07-04T03:39:41.193
See [so] duplicate question VIM: append to clipboard
– DavidPostill – 2015-07-04T12:42:56.3071I don't see how that is a duplicate, I don't understand the @ character or the let command. – Jason Basanese – 2015-07-04T21:17:58.583