Preserve window tab names when using Zed as $EDITOR from integrated terminal? #38314
benswift
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the new
"use_system_window_tabs": true
setting, and I've noticed an interesting behaviour that I'd like to discuss and potentially request as a feature improvement.My workflow
I frequently run TUI applications (neomutt, git, etc.) in Zed's integrated terminal with
EDITOR="zed-preview --wait"
. This creates a seamless editing experience where:This works well---except for one small detail.
The challenge
When files are opened this way (often temporary files outside the project directory), the system window tab name changes to include the file path. For example:
/tmp/mutt-compose-123.txt
Questions for discussion
"preserve_window_tab_names": true
that prevents external file paths from being added to window tab titles?/tmp/*
) from window tab names?I'm curious if others have encountered this with their
$EDITOR
workflows, and whether this resonates as something worth addressing. The current behaviour makes sense for normal file editing, but for temporary external editor sessions it creates visual noise.Beta Was this translation helpful? Give feedback.
All reactions