When I open emacs at mono_project and then open file_a1 and file_b1 I won’t see both files in the same tab bar. Instead it seems that the files are separated in different tab bar groups for each sub_project and never shown next to each other.
What did you expect to happen?
I’m wondering if it’s possible to use tabs similar to global-tab-line-mode, where all opened buffers are just shown globally next to each other, no matter what sub-project/workspace they belong to?
This overrides the centaur-tabs-project-name function to always return a project with the name all. This way centaurs internal grouping mechanism puts all “normal” buffers into that global group.