Cycle Chat Tabs ... Broken?

Win 11 hotkeys issue: when my cursor focus is in the agent chat pane, I click ctrl+tab I get a popup that shows previous chats and I can cycle through the list. ctrl+shift+tab cycles in reverse. It behaves very much like cursor focus being in a file and being able to cycle through open files with ctrl+tab and ctrl+shift+tab.

HOWEVER, when cycling through previous chats, there’s no way to land on a chat (from the history listing popup) and have it open in the chat panel. It just highlights and when I stop pressing ctrl+tab nothing happens, even if the chat that was highlighted/selected is different than the one in the chat pane.

Wonky behavior. Voice and Keyboard only navigation is becoming a modality. Hotkeys should be ironed out and super consistent.

Hey, thanks for the report. This looks like a known issue with Ctrl+Tab navigation in chat: the popup shows up, but the selection doesn’t get applied.

We need a couple details for the engineers:

  • What Cursor version are you on? (Help > About)
  • Which chat mode are you using: Editor mode (chat in a tab) or Pane mode (chat on the right)?

The team is aware of similar bugs with keyboard navigation in chat, and I’ll pass your report along.

1 Like

Hey! Great to hear you’re working on it. Version and Chat Mode details below …

Version: 2.3.41 (user setup)
VSCode Version: 1.105.1
Commit: 2ca326e0d1ce10956aea33d54c0e2d8c13c58a30
Date: 2026-01-16T19:14:00.150Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26200

I think this is Pane mode …?

I played around with it a little more. Opening up the history (clock icon right hand of the tab bar) and selecting an older chat opens up the historical chat, but doesn’t append a new tab to the right of the currently opened one. It simply shows the one tab for the historical chat that was just opened.

Basically, the actual tab (tab header??) on the tab bar doesn’t seem to be appending/updating.

I wonder if this has any conflict with the ctrl+i hotkey combo. I use this to toggle the visibility of the chat pane just like I use ctrl+b to toggle the file view.

================

Additional ask: seems like ctrl+f4 should close open chat tabs when focus is in the chat tab pane. This is the behavior when editing a file

@deanrie You fixed it! Thank you so much! I just upgraded this morning and cycling chat tabs works!

Below is the version I upgraded to …
```
Version: 2.4.7 (user setup)
VSCode Version: 1.105.1
Commit: ca0f9bf806f235ea014a22712cbcbf5e88ca77e0
Date: 2026-01-20T20:52:38.077Z
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: Windows_NT x64 10.0.26200
```

1 Like

Hey, glad you confirmed it - I’m happy the update fixed the issue!

About Ctrl+F4 for closing chats - I’ll pass it to the team as a feature request. It’d make sense for it to work like it does with files.

1 Like

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