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

In VI mode, moving left | right should stick cursor on logical line #1120

Merged
merged 3 commits into from Oct 29, 2019

Conversation

springcomp
Copy link
Contributor

Fixes #1119.

Using specific implementations of ViBackwardChar and ViForwardChar.

This also fixes an issue, in insert mode, pressing Enter creates a new line. Then pressing Esc moved the cursor at the end of the previous logical line. Now, pressing Esc leaves the cursor on the new (empty) line.

@daxian-dbw daxian-dbw merged commit 197a3fd into PowerShell:master Oct 29, 2019
@springcomp springcomp deleted the #1119 branch October 30, 2019 06:38
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.

In VI mode, the cursor should stick to the current logical line when moving right or left
4 participants