VSCodeVim / VSCodeVim/Vim

When switching between files, the cursor position gets reset to the top.

Open
#8,318 10 comments 17 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

Describe the bug

When switching between files that I have been editing (e.g. with ctrl+tab) I see the cursor at the last position (e.g. line 125) but when I move the cursor with jkhl it jumps to the top of the page.

To Reproduce
Steps to reproduce the behavior:

  1. open file, go to line n
  2. go to another file
  3. go back to file 1
  4. See cursor on line n
  5. hit j
  6. cursor jumps to line 1

Expected behavior
I expect the cursor to go to line n+1

Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.25.2
  • VSCode version: 1.76.1
  • OS: MacOS 11.7.4

Additional context
Add any other context about the problem here.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in the VSCodeVim extension using the listed Ctrl+Tab and j/k reproduction steps, then trace the cursor-position handling when returning to a file. Done means moving with j or k continues from the restored line instead of jumping to line 1; verify the behavior across the reported VS Code, extension, and macOS versions where possible.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.