Sometimes I have no config around, but I want to rename a tab and maybe even set a color. I can fallback to other solutions, there are ways to set a title, however only itomate can do it in a way that the title will not be lost when I start vim, because it uses the python API directly.
I would love to have an interactive mode, so I can quickly name and color the current tab without messing around.
I.e.:
itomate --name "red tab" --color #ff0000
# or
itomate -n "blue tab" -c blue
Sometimes I have no config around, but I want to rename a tab and maybe even set a color. I can fallback to other solutions, there are ways to set a title, however only itomate can do it in a way that the title will not be lost when I start vim, because it uses the python API directly.
I would love to have an interactive mode, so I can quickly name and color the current tab without messing around.
I.e.: