Modify kitty tabbar

This commit is contained in:
Jan Eitzinger 2024-09-10 08:59:03 +02:00
parent bbbf487d4d
commit 19aba66a41
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5
2 changed files with 5 additions and 2 deletions

View File

@ -178,8 +178,9 @@ enabled_layouts Horizontal,Stack
#: between zero and one, with zero being fully faded).
tab_bar_edge top
tab_bar_style powerline
tab_powerline_style round
tab_bar_style separator
tab_separator ""
tab_title_template " {index} {title} "
tab_bar_background #434C5E
shell {{ .shell }}

View File

@ -70,6 +70,8 @@ return {
{ "<leader>zn", "<cmd>Telekasten new_note<cr>" },
{ "<leader>zr", "<cmd>Telekasten rename_note<cr>" },
{ "<leader>zc", "<cmd>Telekasten show_calendar<cr>" },
{ "<leader>zb", "<cmd>Telekasten show_backlinks<cr>" },
{ "<leader>z[", "<cmd>Telekasten insert_link<cr>" },
{ "<leader>#", "<cmd>Telekasten show_tags<cr>" },
{ "<leader>z", "<cmd>Telekasten panel<cr>" },
},