Agents Side Bar shortcut clashes with Save All

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I use opt+cmd+s to save all files frequently. This standard shortcut is now in use to toggle the agents side bar. I know I can re-map the keyboard shortcut but this is a pretty standard editor shortcut that I’m sure most engineers use a lot. Cursor really shouldn’t be hijacking shortcuts like this by default.

Steps to Reproduce

Use opt+cmd+s when in the editor

Expected Behavior

This should Save All. Instead it is toggling the agents sidebar

Operating System

MacOS

Version Information

Version: 2.4.28
VSCode Version: 1.105.1
Commit: f3f5cec40024283013878b50c4f9be4002e0b580
Date: 2026-02-03T00:56:18.293Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known issue. Opt+Cmd+S is being captured by workbench.action.toggleUnifiedSidebar.

Workaround: open Keyboard Shortcuts (Cmd+K, Cmd+S), search for Opt+Cmd+S, right-click toggleUnifiedSidebar, and remove that binding. After that, Save All should work.

I’ve passed this on to the team. We had a similar conflict with Cmd+Shift+S before and it got fixed, so this one is on the radar too.

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