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

WIP Save the top of the kill ring to system clipboard and fix kill line logic #8

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

kyleboyle
Copy link

@kyleboyle kyleboyle commented Aug 28, 2018

New config item : emacs.setClipboardContents = false

I find this feature useful because I frequently use kill for cut, and I can transfer kill contents to other applications.

I refactored the kill line logic to mimic functionality described for kill-line at https://www.gnu.org/software/emacs/manual/html_node/emacs/Killing-by-Lines.html

New config item : emacs.killWholeLine = false
If true, kill at the very beginning of a line kills the entire line including the following newline.

@rkwan94 I'm looking for feedback on these changes and if you approve I'll update documentation and remove the WIP from this pull request

@kyleboyle kyleboyle changed the title Save the top of the kill ring to system clipboard WIP Save the top of the kill ring to system clipboard Aug 28, 2018
@kyleboyle kyleboyle changed the title WIP Save the top of the kill ring to system clipboard WIP Save the top of the kill ring to system clipboard and fix kill line logic Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant