Skip to content

Instantly share code, notes, and snippets.

@mrdaemon
Created June 23, 2015 21:19
Show Gist options
  • Save mrdaemon/6d1e3499624493a3ca3e to your computer and use it in GitHub Desktop.
Save mrdaemon/6d1e3499624493a3ca3e to your computer and use it in GitHub Desktop.
7. Selection and drop registers "*, "+ and "~
Use these registers for storing and retrieving the selected text for the GUI.
See |quotestar| and |quoteplus|. When the clipboard is not available or not
working, the unnamed register is used instead. For Unix systems the clipboard
is only available when the |+xterm_clipboard| feature is present. {not in Vi}
Note that there is only a distinction between "* and "+ for X11 systems. For
an explanation of the difference, see |x11-selection|. Under MS-Windows, use
of "* and "+ is actually synonymous and refers to the |gui-clipboard|.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment