Command names
"+y - Yank the selected text to the system clipboard
"+yy - Yank the current line to the system clipboard
"+p - Paste from the system clipboard after the cursor
"+P - Paste from the system clipboard before the cursor
"+d - Delete text and store it in the system clipboard
ggVG - Select all text in the file
ggVGy - Select all and yank to Vim’s default register
ggVG"+y - Select all and copy to the system clipboard
ggVGd - Select all and delete the selected text
Command names
"+y - Yank the selected text to the system clipboard
"+yy - Yank the current line to the system clipboard
"+p - Paste from the system clipboard after the cursor
"+P - Paste from the system clipboard before the cursor
"+d - Delete text and store it in the system clipboard
ggVG - Select all text in the file
ggVGy - Select all and yank to Vim’s default register
ggVG"+y - Select all and copy to the system clipboard
ggVGd - Select all and delete the selected text