Created
June 23, 2015 21:19
-
-
Save mrdaemon/6d1e3499624493a3ca3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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