Skip to content

fix(chat): switch chat tabs in place instead of new window#248

Merged
ericdallo merged 1 commit into
editor-code-assistant:masterfrom
rschmukler:rs/fix-tab-line
Jun 2, 2026
Merged

fix(chat): switch chat tabs in place instead of new window#248
ericdallo merged 1 commit into
editor-code-assistant:masterfrom
rschmukler:rs/fix-tab-line

Conversation

@rschmukler

Copy link
Copy Markdown
Contributor

The chat side window was strongly dedicated (dedicated . t), so switch-to-buffer (used by tab-line tab switching and clicking a tab) refused to reuse it and popped the target chat into a new window. Weaken it to (dedicated . side), which keeps the persp-mode/find-file protection while allowing in-place buffer switching.

The chat side window was strongly dedicated (dedicated . t), so
switch-to-buffer (used by tab-line tab switching and clicking a tab)
refused to reuse it and popped the target chat into a new window.
Weaken it to (dedicated . side), which keeps the persp-mode/find-file
protection while allowing in-place buffer switching.
@ericdallo ericdallo merged commit e5b975c into editor-code-assistant:master Jun 2, 2026
15 checks passed
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.

2 participants