VSCodeVim / VSCodeVim/Vim

seperate window command prompt in wrong status bar

Open
#8,778 0 comments 0 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

When you move an editor tab to a new window, the vim command line prompts appear in the status bar of the main window, not the new separate window.

To Reproduce
Steps to reproduce the behavior:

  1. Right click on an editor tab and choose "Move into New Window". The Editor for the open file moves into a new separate window.
  2. Type anything that would switch vim into command mode, such as ':' or '/'
  3. Notice that the command prompt appears in the status bar of the main VS code window, not of the new current Editor window.

Expected behavior
The vim command prompt should appear in the status bar of the active Editor window.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.27.1
  • VSCode version: 1.85.0
  • OS: Same issue on both Windows and Linux

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

No source file or test is named. Reproduce the issue by moving an editor tab into a new window, then trace how Vim command prompts select the status bar for the active window. Done means prompts from ':' or '/' appear in the active Editor window rather than the main VS Code window.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.