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 drifts while switch between split panels #2826

Closed
Bittenbydog opened this issue Jul 10, 2018 · 1 comment
Closed

cursor drifts while switch between split panels #2826

Bittenbydog opened this issue Jul 10, 2018 · 1 comment

Comments

@Bittenbydog
Copy link

Describe the bug
The cursor drifts while switch between split panels.

To Reproduce
Steps to reproduce the behavior:

  1. split one file into two panels (left panel and right panel)
  2. locate the cursor at line 3 in left panel
  3. move the mouse to right panel and active this panel with locating the cursor at line 10
  4. do some move actions like j, the cursor will jump to line 4 rather than goes to line 11

Expected behavior
It seems that the cursor locations in different panels are synchronized.
What expected is that the cursors in different panels are independent with each other even the file opened in panels are the same one.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 0.14.2
  • VSCode version: 1.25.0
  • OS: macOS High Sierra 10.13.5

And thank you for your excellent jobs! 😊

@xconverge
Copy link
Member

Duplicate of #2688

@xconverge xconverge marked this as a duplicate of #2688 Jul 10, 2018
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

3 participants