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

Cursor jumps when editing same file in multiple editor groups #2787

Closed
sgronblo opened this issue Jun 29, 2018 · 1 comment
Closed

Cursor jumps when editing same file in multiple editor groups #2787

sgronblo opened this issue Jun 29, 2018 · 1 comment

Comments

@sgronblo
Copy link

BUG REPORT

What happened:

  • I open the same file in two "editor groups" (I think this the term for what vim would call "windows")
  • I move the cursor to line 10 in EG1
  • I switch over to EG2 and move the cursor to line 20
  • I switch back to EG1 and press for example w
  • The cursor jumps to line 20 (same as in EG2) before performing the move command

What did you expect to happen:

  • The cursor should not jump away from line 10 to 20 before performing the move command

Environment:

  • Extension (VsCodeVim) version: 0.14.0
  • VSCode version: Version 1.24.1 (1.24.1)
  • OS version: macOS High Sierra Version 10.13.5
@xconverge
Copy link
Member

duplicate of #2688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants