You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.:
The text was updated successfully, but these errors were encountered: