Skip to content
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

Closed
lukeorland opened this issue Jul 8, 2016 · 1 comment
Closed
Labels
- Mailling list - Feature request macOS stale marked as a stale issue/pr (usually by a bot)

Comments

@lukeorland
Copy link

Feature request, as mentioned at the bottom of spacemacs/layers/osx/README.org

  • command+c and command+v would copy and paste to and from the system clipboard, respectively
  • Keyboard sequences like "+yy and "+p would use the + register, connected to the system clipboard.
  • Otherwise, y and p would copy/paste to/from the kill ring, separate from the system clipboard.

keywords: macOS OS X OSX killring yank yankring copy paste buffer

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
@github-actions
Copy link

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!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Mailling list - Feature request macOS stale marked as a stale issue/pr (usually by a bot)
Projects
Mailing list
  
Other
Development

Successfully merging a pull request may close this issue.

3 participants