Skip to content

VIM Command names #109

@ElStino

Description

@ElStino

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions