-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable option to keep the macOS and spacemacs clipboards separate #6533
Labels
Comments
sgeb
added a commit
to sgeb/spacemacs
that referenced
this issue
Aug 3, 2017
This commit adds a new option `osx-use-separate-clipboards` to the `osx` layer. When set to non nil, the layer treats the OSX pasteboard separate from the spacemacs kill-ring. Default is `nil`, which is the same behaviour as without this commit, hence not expecting any breaking changes. Fixes syl20bnr#6533 syl20bnr#5750
sgeb
added a commit
to sgeb/spacemacs
that referenced
this issue
Aug 3, 2017
This commit adds a new option `osx-use-separate-clipboards` to the `osx` layer. When set to non nil, the layer treats the OSX pasteboard separate from the spacemacs kill-ring. Default is `nil`, which is the same behaviour as without this commit, hence not expecting any breaking changes. Fixes syl20bnr#6533 syl20bnr#5750
sgeb
added a commit
to sgeb/spacemacs
that referenced
this issue
Aug 3, 2017
This commit adds a new option `osx-use-separate-clipboards` to the `osx` layer. When set to non nil, the layer treats the OSX pasteboard separate from the spacemacs kill-ring. Default is `nil`, which is the same behaviour as without this commit, hence not expecting any breaking changes. This commit also includes changes to the README file, in response to a previously failing test (document must have a `Features:` section). Fixes syl20bnr#6533 Fixes syl20bnr#5750
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature request, as mentioned at the bottom of spacemacs/layers/osx/README.org
"+yy
and"+p
would use the+
register, connected to the system clipboard.y
andp
would copy/paste to/from the kill ring, separate from the system clipboard.keywords: macOS OS X OSX killring yank yankring copy paste buffer
The text was updated successfully, but these errors were encountered: