I have been playing around with the settings in the kitty docs.
I am using tab_title_template to change the title of a tab.
The {title} variable includes the file name and the path. Is there any way to take out the path and only have the file name?
my current kitty.conf looks like this:
tab_title_template "{index}: {title}"