multi-vterm icon indicating copy to clipboard operation
multi-vterm copied to clipboard

vterm-buffer-name-string setting is not applied

Open Artefact2 opened this issue 3 years ago • 2 comments

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?

Artefact2 avatar Jun 12 '22 09:06 Artefact2

Set multi-vterm-buffer-name to the same thing as vterm-buffer-name-string

indigoviolet avatar Aug 08 '22 22:08 indigoviolet

I tried to do that however it didn't work (setq multi-vterm-buffer-name "vterm %s") , "%s" is not replaced.

Thaodan avatar Oct 16 '22 17:10 Thaodan