-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
Description
Suggestion: Map Cmd+Shift+A to “Open Recent Workspace” (Align with JetBrains behavior)
In JetBrains IDEs (e.g., GoLand), Cmd+Shift+A opens the “Recent Projects/Workspaces” list. It’s a widely-used shortcut among JetBrains users for quickly switching contexts.
Add a default keybinding for Recent Workspaces:
{
"key": "cmd+shift+a",
"command": "workbench.action.openRecent"
}