Focus active editor group from chat with vim

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I have vim extesion and wjen i try to focus active editor from chat window with cmd+1 it does not work. how can i fix it?
i tried
“vim.handleKeys”: {
“”: false,
},

but it did not help

Steps to Reproduce

chat window cmd+1

Expected Behavior

active editor focused

Operating System

MacOS

Version Information

Version: 3.1.15 (Universal)
VSCode Version: 1.105.1
Commit: 3a67af7b780e0bfc8d32aefa96b8ff1cb8817f80
Date: 2026-04-15T01:46:06.515Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.4.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, this is a known issue, and it’s not related to the Vim extension. Cursor disables the Cmd+1 binding for focusFirstEditorGroup when the chat editor group is enabled, so vim.handleKeys won’t help here.

Workaround:

  1. Open Keyboard Shortcuts
  2. Search for View: Focus First Editor Group
  3. Right-click the binding > Change When Expression
  4. Remove !cursor.chatEditorGroup.enabled

After that, Cmd+1 should work again. More details in this thread: Cursor misconfiguration blocks VS Code native Ctrl+1 shortcut keys used to focus first editor panel

The team is aware of the issue. There’s no ETA yet, but the workaround above should fix it. Let me know if it doesn’t.