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

add option for pasting by default from systemclipboard #2

Open
ianhi opened this issue May 26, 2020 · 5 comments
Open

add option for pasting by default from systemclipboard #2

ianhi opened this issue May 26, 2020 · 5 comments

Comments

@ianhi
Copy link
Owner

ianhi commented May 26, 2020

allowing for yanking to the system clipboard register to be the default

@ianhi
Copy link
Owner Author

ianhi commented Jun 4, 2020

this might also require overriding the codemirror vim paste to change the default paste register

@ianhi
Copy link
Owner Author

ianhi commented Jun 4, 2020

@ianhi
Copy link
Owner Author

ianhi commented Jun 4, 2020

And will require re-implementing three vim utility functions that aren't exposed:

  1. getSelectedAreaRange
  2. copyCursor
  3. findFirstNonWhiteSpaceCharacter

@ianhi
Copy link
Owner Author

ianhi commented Jun 14, 2020

For pasting within jupyterlab reimplementing isn't necessary because the unnamed register will be used by paste. So if I take unamedplus to mean fill both the + and unnamed register then it will get most of the functionality

@ianhi ianhi changed the title add option for set clipboard unnamedplus add option for pasting by default from systemclipboard Jun 19, 2020
@ianhi ianhi mentioned this issue Nov 14, 2020
@filyp
Copy link

filyp commented Nov 21, 2020

+1 pasting would be very useful

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

No branches or pull requests

2 participants