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

Implementing CTRL + Arrows to move to next/previous word #7

Closed

Conversation

eusuntcarol
Copy link

@eusuntcarol eusuntcarol commented Jan 10, 2023

This pull request implements the functionality for CTRL + Arrow to move to next/previous word.
Issue: #3

@alexandruradovici
Copy link

alexandruradovici commented Jan 13, 2023

This needs to be formatted with cargo fmt, you will have to find another way to reduce the number of code lines.

@eusuntcarol
Copy link
Author

If I run cargo fmt some brackets will open up resulting a lot of new lines.
I tried to merge some lines using tuples to make more space.

@alexandruradovici
Copy link

If I run cargo fmt some brackets will open up resulting a lot of new lines. I tried to merge some lines using tuples to make more space.

It's use is mandatory.

@eusuntcarol
Copy link
Author

I found in the closed PR that I could run cargo +nightly fmt.

@alexandruradovici
Copy link

Please write a pull request message and send the pull request to upstream. Post a link to it in this PR.

@alexandruradovici alexandruradovici linked an issue Jan 17, 2023 that may be closed by this pull request
@eusuntcarol
Copy link
Author

eusuntcarol commented Jan 17, 2023

I synced my branch with master because it was 1 commit behind, hope that is not a problem.
Thank you for help! I opened the pull request to upstream: ilai-deutel#214

@alexandruradovici alexandruradovici added the upstream This pull request was opened in the upstream repository label Jan 18, 2023
@alexandruradovici
Copy link

Merged to upstream.

@alexandruradovici
Copy link

@Carol-mb Please select a timeslot for the interview https://doodle.com/meeting/participate/id/eZ8gOOEb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream This pull request was opened in the upstream repository
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ctrl + Arrow should move to previous/next word
2 participants