I am trying to get the title (as defined by the shell) to appear in my buffer names. vterm will replace %s by the title when vterm-buffer-name-string is non-nil, as explained in https://github.com/akermu/emacs-libvterm#vterm-buffer-name-string=
However, multi-vterm seems to override that setting and always uses multi-vterm-buffer-name, which does not substitute %s for the title. Is there a way around this?
I am trying to get the title (as defined by the shell) to appear in my buffer names. vterm will replace
%sby the title whenvterm-buffer-name-stringis non-nil, as explained in https://github.com/akermu/emacs-libvterm#vterm-buffer-name-string=However, multi-vterm seems to override that setting and always uses
multi-vterm-buffer-name, which does not substitute%sfor the title. Is there a way around this?