Bug Description
My tmux configuration shows the session name in the status bar. The session name generated by emdash is too long, which leaves barely any space for the window tabs.
Can we use the workspace name for the session name?
Steps to Reproduce
- Add tmux config
set -g status-left "#[fg=black,bg=blue,bold] #S #[bg=default] "
- Enable tmux for a project
- Start a new task
Actual vs Expected Behavior
Actual behavior:
Session name leaves barely any space for the window tabs.
Expected behavior:
Having a short, easy-to-recognize session name.
emdash Version
1.1.35
Operating System
macOS 15.7.3 (24G419)
Additional Context
I'm happy to propose a PR.
Bug Description
My tmux configuration shows the session name in the status bar. The session name generated by emdash is too long, which leaves barely any space for the window tabs.
Can we use the workspace name for the session name?
Steps to Reproduce
set -g status-left "#[fg=black,bg=blue,bold] #S #[bg=default] "Actual vs Expected Behavior
Actual behavior:
Session name leaves barely any space for the window tabs.
Expected behavior:
Having a short, easy-to-recognize session name.
emdash Version
1.1.35
Operating System
macOS 15.7.3 (24G419)
Additional Context
I'm happy to propose a PR.