Skip to content

Add VS Code editor group navigation commands#17742

Open
xai wants to merge 1 commit into
eclipse-theia:masterfrom
eclipsesource:xai/issue-13428
Open

Add VS Code editor group navigation commands#17742
xai wants to merge 1 commit into
eclipse-theia:masterfrom
eclipsesource:xai/issue-13428

Conversation

@xai

@xai xai commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

What it does

Fixes #13428 by adding the required workbench navigation actions.

How to test

  1. Install https://open-vsx.org/extension/vscodevim/vim
  2. Open multiple files in split-windows
  3. Try to navigate between them with vim bindings, i.e., ctrl+w+{h,j,k,l} to move to the window {left,down,up,right} of the currently active one.

Without the patch, nothing will happen.
With the patch, the active window should be switched.

Follow-ups

Breaking changes

  • This PR introduces breaking changes and requires careful review. If yes, the breaking changes section in the changelog has been updated.

Attribution

Review checklist

Reminder for reviewers

Fixes eclipse-theia#13428

Signed-off-by: Olaf Lessenich <olessenich@eclipsesource.com>
@github-project-automation github-project-automation Bot moved this to Waiting on reviewers in PR Backlog Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Waiting on reviewers

Development

Successfully merging this pull request may close these issues.

Feature Request: workbench navigate actions for use in keybindings

1 participant