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 multiline support #108

Merged
merged 1 commit into from
Jul 18, 2021
Merged

Add multiline support #108

merged 1 commit into from
Jul 18, 2021

Conversation

sophiajt
Copy link
Contributor

This adds basic multiline support. To do so, we extend the logic for up/down to check to see if we're in a multiline situation.

For up:
If we're at the top of a multiline, we go to this previous history. If we're below the top, we count off what column we're on, move up a line, then count back to that column.

Down is the same, but moving to the next line instead of previous line.

@sophiajt sophiajt merged commit 4056abe into main Jul 18, 2021
@sophiajt sophiajt deleted the multiline branch July 18, 2021 23:08
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.

None yet

1 participant