update kitty tab titles
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
tab_bar_edge = "bottom";
|
||||
tab_bar_style = "powerline";
|
||||
tab_powerline_style = "slanted";
|
||||
tab_title_template = "{title}{' :{}'.format(num_windows) if num_windows > 1 else ''}";
|
||||
tab_title_template = "{tab.active_wd.split('/')[-1]}{' :{}'.format(num_windows) if num_windows > 1 else ''}";
|
||||
|
||||
# keys
|
||||
kitty_mod = "alt";
|
||||
|
||||
Reference in New Issue
Block a user