Skip to content

sessions: Remove bracket navigation keybindings - #332029

Draft
roblourens wants to merge 1 commit into
mainfrom
roblou/agents/remove-session-keybindings
Draft

sessions: Remove bracket navigation keybindings#332029
roblourens wants to merge 1 commit into
mainfrom
roblou/agents/remove-session-keybindings

Conversation

@roblourens

Copy link
Copy Markdown
Member

Summary

  • remove the macOS Shift+Cmd+[ shortcut for navigating to the previous session
  • remove the macOS Shift+Cmd+] shortcut for navigating to the next session
  • preserve the existing Cmd+Alt+Left/Right and Alt+Up/Down bindings

Validation

  • npm run eslint -- src/vs/sessions/contrib/sessions/browser/views/sessionsViewActions.ts
  • npm run compile-client
  • npm run hygiene

(Written by Copilot)

Remove the macOS Shift+Cmd+Bracket shortcuts for navigating between sessions while preserving the existing alternate bindings. (Written by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI balanced review requested due to automatic review settings August 21, 2026 20:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes conflicting macOS bracket shortcuts for session navigation while preserving existing alternatives.

Changes:

  • Removes Shift+Cmd+[ and Shift+Cmd+].
  • Retains Cmd+Alt+Left/Right and Alt+Up/Down.
Show a summary per file
File Description
src/vs/sessions/contrib/sessions/browser/views/sessionsViewActions.ts Updates macOS session navigation keybindings.

Review details

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Error handling is solid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants