Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I am unable to press Ctrl+1 to focus first editor panel (in split view mode) because of a Cursor misconfiguration.
Steps to Reproduce
- Update to latest Cursor version (3.0.16 at the moment)
- Close all Cursor Chat and Agent windows/panels
- Open a file
- Press Ctrl+\ once or twice to split the current editor into 2 or 3 editors
- Press Ctrl+2 or Ctrl+3 to focus the second or third editor panel => Success
- Press Ctrl+1 to focus the first editor panel => Failed => Bug
Expected Behavior
Pressing Ctrl+1 must focus the first editor panel, regardless the Cursor Chat panel is open or not.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
Version: 3.0.16 (system setup)
VSCode Version: 1.105.1
Commit: 475871d112608994deb2e3065dfb7c6b0baa0c50
Date: 2026-04-09T05:33:51.767Z
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: Windows_NT x64 10.0.26200
Additional Information
My workaround:
- Open “Keyboard Shortcuts” settings
- Search for “View: Focus First Editor Group”
- Observe the “When” expression is
!cursor.chatEditorGroup.enabled=> This is the culprit - Right click > Change When Expression > Delete all the faulty expression
- Now Ctrl+1 is back to work. I tested and this workaround works with Cursor Chat panel opened and closed.
Does this stop you from using Cursor
No - Cursor works, but with this issue
