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

Different splits of the same file should track the cursor position separately #2728

Closed
Gskartwii opened this issue Jun 13, 2018 · 1 comment

Comments

@Gskartwii
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (choose one): Bug report

What happened:
When I moved the cursor in a split A, and then tried to move the cursor in split B of the same file, the cursor in split B jumped to the same position that it had been moved to in split A.

What did you expect to happen:
Each split should track the cursor position separately, which is the case in vanilla VSCode and Vim.

How to reproduce it (as minimally and precisely as possible):

  1. Open a file in the editor.
  2. :sp.
  3. Move around in the newly created split.
  4. Switch to the other split using the keyboard or mouse.
  5. Press any directional key.

This applies to both normal and insert mode.

Environment:

  • Extension Version: 1.0.0
  • OS Version: Windows_NT x64 10.0.17134
  • VSCode version: 1.25.0-insider
@jpoon
Copy link
Member

jpoon commented Jun 13, 2018

#2688

@jpoon jpoon closed this as completed Jun 13, 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

2 participants