Cannot skip Ctrl+Tab in integrated shell in Mac OS

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I cannot skip Ctrl+Tab shortcut in integrated shell even after putting

{
    "terminal.integrated.commandsToSkipShell": [
        "-composer.selectNextComposer",
        "-workbench.action.quickOpenNavigateNextInEditorPicker",
        "-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup"
    ]
}

in the settings.json. The same config in VS Code allows me to skip Ctrl+Tab in integrated shell.

Steps to Reproduce

See the description

Expected Behavior

After changing the settings.json I want to be able switch editors using Ctrl+Tab in the integrated terminal.

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.33
VSCode Version: 1.99.3
Commit: a84f941711ad680a635c8a3456002833186c4840
Date: 2025-10-03T03:28:06.574Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 25.0.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.